Skip to content

Commit b9490be

Browse files
committed
fix: templates test script now fails properly
1 parent 0c1b1cc commit b9490be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"wasm-linked:up": "cp ./polywrap.wasm-linked* ./wasm/assemblyscript/",
1212
"wasm-linked:down": "rm ./wasm/assemblyscript/polywrap.wasm-linked*",
13-
"test": "yarn wasm-linked:up; jest --passWithNoTests --runInBand --verbose; yarn wasm-linked:down",
13+
"test": "yarn wasm-linked:up && jest --passWithNoTests --runInBand --verbose && yarn wasm-linked:down",
1414
"test:ci": "yarn test"
1515
},
1616
"devDependencies": {

0 commit comments

Comments
 (0)