We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c1b1cc commit b9490beCopy full SHA for b9490be
1 file changed
packages/templates/package.json
@@ -10,7 +10,7 @@
10
"scripts": {
11
"wasm-linked:up": "cp ./polywrap.wasm-linked* ./wasm/assemblyscript/",
12
"wasm-linked:down": "rm ./wasm/assemblyscript/polywrap.wasm-linked*",
13
- "test": "yarn wasm-linked:up; jest --passWithNoTests --runInBand --verbose; yarn wasm-linked:down",
+ "test": "yarn wasm-linked:up && jest --passWithNoTests --runInBand --verbose && yarn wasm-linked:down",
14
"test:ci": "yarn test"
15
},
16
"devDependencies": {
0 commit comments