We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b2d02 commit b3128b9Copy full SHA for b3128b9
examples/quickstart/package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"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",
+ "test": "npm run build && npm run test:node && npm run test:browser",
9
"test:node": "node nodejs.js",
10
"test:browser": "node browser-puppeteer.js"
11
},
0 commit comments