Skip to content

Commit 9f345dc

Browse files
committed
Another followup to #34.
1 parent 717de6b commit 9f345dc

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
@@ -21,7 +21,7 @@
2121
"lib:js:build": "rollup -c --environment LIB,PROD",
2222
"lib:js:build:dev": "rollup -c --environment LIB,DEV",
2323
"lib:test:build": "asc lib/assembly/as-bind.ts test/assembly/test.ts -b test/assembly/test.wasm --runtime full --debug",
24-
"lib:deploy": "np",
24+
"lib:deploy": "npm run build && np",
2525
"md:build": "run-s md:wasm:build md:ts:build md:js:build",
2626
"premd:dev": "npm run md:build",
2727
"md:dev": "run-p lib:watch md:wasm:watch md:ts:watch md:js:watch serve",

0 commit comments

Comments
 (0)