Skip to content

Commit c617720

Browse files
committed
fix build
1 parent 913d42e commit c617720

File tree

5 files changed

+22
-9487
lines changed

5 files changed

+22
-9487
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
"dev.react.app": "nx start @go-ui/react-starter",
77
"dev.vue": "nx dev @go-ui/vue-starter",
88
"build.core": "nx build @go-ui/core",
9-
"build.libs": "pnpm --stream -r --filter \"./packages/**\" build",
10-
"build.affected": "nx affected:build",
9+
"build.react": "nx build @go-ui/react",
10+
"build.vue": "nx build @go-ui/vue",
11+
"build.libs": "pnpm build.core && pnpm build.react && pnpm build.vue",
1112
"test.spec.watch": "nx test.spec.watch @go-ui/core",
1213
"test.spec": "nx test.spec @go-ui/core",
1314
"test.e2e.watch": "nx test.e2e.watch @go-ui/core",

0 commit comments

Comments
 (0)