Skip to content

Commit 8de7e13

Browse files
committed
Fix build script
1 parent 1248760 commit 8de7e13

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 -F @devup-api/* build"
17+
"build": "bun run -F @devup-api/core build && bun run -F @devup-api/utils build && bun run -F @devup-api/generator build && bun run -F @devup-api/fetch build && bun run -F @devup-api/webpack-plugin build && bun run -F @devup-api/vite-plugin build && bun run -F @devup-api/next-plugin build && bun run -F @devup-api/rsbuild-plugin build"
1818
},
1919
"workspaces": [
2020
"packages/*",

0 commit comments

Comments
 (0)