Skip to content

Commit 32897d0

Browse files
Copilothotlong
andcommitted
Add prebuild script to build workspace dependencies before building crm-app
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 0fa1dab commit 32897d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/crm-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
8+
"prebuild": "pnpm --filter @object-ui/types build && pnpm --filter @object-ui/core build && pnpm --filter @object-ui/react build && pnpm --filter @object-ui/components build && pnpm --filter @object-ui/fields build && pnpm --filter @object-ui/layout build && pnpm --filter @object-ui/plugin-dashboard build",
89
"build": "tsc && vite build",
910
"preview": "vite preview"
1011
},

0 commit comments

Comments
 (0)