Skip to content

Commit 8730ca9

Browse files
committed
fix: update build script to exclude site package from build process
1 parent 58313e1 commit 8730ca9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
],
1818
"scripts": {
1919
"dev:crm": "pnpm --filter @object-ui/example-crm start",
20-
"build": "turbo run build",
20+
"build": "turbo run build --filter=!@object-ui/site",
21+
"build:all": "turbo run build",
2122
"test": "vitest run",
2223
"test:turbo": "turbo run build && turbo run test",
2324
"site:dev": "pnpm --filter @object-ui/site dev",

0 commit comments

Comments
 (0)