Skip to content

Commit 283ff02

Browse files
committed
fix iterative build
1 parent 225c75a commit 283ff02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build:lib": "pnpm --filter @playcanvas/react run build",
1616
"build:blocks": "pnpm --filter @playcanvas/blocks run build",
1717
"build:docs": "pnpm --filter docs run build",
18-
"build": "pnpm run build",
18+
"build": "pnpm run build:lib && pnpm run build:blocks && pnpm run build:docs",
1919
"start": "pnpm --filter docs run start",
2020
"lint": "pnpm exec eslint .",
2121
"test": "pnpm -r run test"

0 commit comments

Comments
 (0)