Skip to content

Commit b3128b9

Browse files
authored
Added Building to the CI of the quickstart example (#84)
1 parent 69b2d02 commit b3128b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/quickstart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"build": "asc your-entryfile.ts --exportRuntime --transform as-bind -b path-to-my-wasm.wasm",
8-
"test": "npm run test:node && npm run test:browser",
8+
"test": "npm run build && npm run test:node && npm run test:browser",
99
"test:node": "node nodejs.js",
1010
"test:browser": "node browser-puppeteer.js"
1111
},

0 commit comments

Comments
 (0)