Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwuapps committed Feb 25, 2024
1 parent 913d42e commit c617720
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 9,487 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"dev.react.app": "nx start @go-ui/react-starter",
"dev.vue": "nx dev @go-ui/vue-starter",
"build.core": "nx build @go-ui/core",
"build.libs": "pnpm --stream -r --filter \"./packages/**\" build",
"build.affected": "nx affected:build",
"build.react": "nx build @go-ui/react",
"build.vue": "nx build @go-ui/vue",
"build.libs": "pnpm build.core && pnpm build.react && pnpm build.vue",
"test.spec.watch": "nx test.spec.watch @go-ui/core",
"test.spec": "nx test.spec @go-ui/core",
"test.e2e.watch": "nx test.e2e.watch @go-ui/core",
Expand Down
Loading

0 comments on commit c617720

Please sign in to comment.