Skip to content

Commit fd4b241

Browse files
committed
fix: simplify build script in package.json
1 parent 123a9a4 commit fd4b241

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"description": "ObjectStack Protocol & Specification - Monorepo for TypeScript Interfaces, JSON Schemas, and Convention Configurations",
66
"scripts": {
7-
"build": "pnpm --filter ./packages/spec build && pnpm -r --stream --filter '!./packages/spec' build",
7+
"build": "pnpm -r build",
88
"dev": "pnpm --filter @objectstack/client-react build && pnpm -r --filter @objectstack/example-msw-react-crud dev",
99
"test": "pnpm --filter @objectstack/spec test",
1010
"clean": "pnpm -r --parallel clean && rm -rf dist",

0 commit comments

Comments
 (0)