Skip to content

Commit 1248760

Browse files
committed
Fix build script
1 parent 01307b1 commit 1248760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lint": "biome check",
1515
"lint:fix": "biome check --write",
1616
"prepare": "husky",
17-
"build": "bun run --workspaces build"
17+
"build": "bun run -F @devup-api/* build"
1818
},
1919
"workspaces": [
2020
"packages/*",

0 commit comments

Comments
 (0)