Skip to content

Commit 8c7e937

Browse files
committed
remove that build command
1 parent 95a7b96 commit 8c7e937

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libs/@hashintel/ds-helpers/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"silent": true,
44
"autoJobCancelation": true
55
},
6-
"buildCommand": "turbo run build --filter=@hashintel/ds-helpers",
6+
"buildCommand": "turbo run build",
77
"outputDirectory": ".build/ladle"
88
}

libs/@hashintel/ds-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
],
3535
"scripts": {
3636
"build": "tsdown",
37-
"codegen": "npm-run-all --continue-on-error codegen:colors codegen:tokens fix:format",
37+
"codegen": "npm-run-all --continue-on-error codegen:colors codegen:tokens",
3838
"codegen:colors": "tsx scripts/generate-colors.ts",
3939
"codegen:tokens": "tsx scripts/generate-tokens.ts",
4040
"dev": "tsdown --watch",

0 commit comments

Comments
 (0)