We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a7b96 commit 8c7e937Copy full SHA for 8c7e937
libs/@hashintel/ds-helpers/vercel.json
@@ -3,6 +3,6 @@
3
"silent": true,
4
"autoJobCancelation": true
5
},
6
- "buildCommand": "turbo run build --filter=@hashintel/ds-helpers",
+ "buildCommand": "turbo run build",
7
"outputDirectory": ".build/ladle"
8
}
libs/@hashintel/ds-theme/package.json
@@ -34,7 +34,7 @@
34
],
35
"scripts": {
36
"build": "tsdown",
37
- "codegen": "npm-run-all --continue-on-error codegen:colors codegen:tokens fix:format",
+ "codegen": "npm-run-all --continue-on-error codegen:colors codegen:tokens",
38
"codegen:colors": "tsx scripts/generate-colors.ts",
39
"codegen:tokens": "tsx scripts/generate-tokens.ts",
40
"dev": "tsdown --watch",
0 commit comments