Skip to content

Commit 9fb6b1e

Browse files
committed
update build script
1 parent f6929e3 commit 9fb6b1e

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
@@ -6,7 +6,7 @@
66
"scripts": {
77
"nuke": "npx rimraf **/node_modules node_modules",
88
"scrub": "npx rimraf **/dist dist",
9-
"build": "run-s build:types build:packages",
9+
"build": "pnpm build:types && pnpm build:packages",
1010
"build:wasm": "make sdk-wasm-build",
1111
"build:types": "pnpm run --filter @nymproject/types --stream build",
1212
"build:packages": "run-s build:packages:theme build:packages:react",

0 commit comments

Comments
 (0)