Skip to content

Commit 4c49185

Browse files
authored
Have wasm/demo's "test" npm script build the demo in release mode
1 parent 3595f4e commit 4c49185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasm/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dev": "webpack-dev-server -d",
2525
"build": "webpack",
2626
"dist": "webpack --mode production",
27-
"test": "webpack && cd ../tests && pipenv run pytest"
27+
"test": "webpack --mode production && cd ../tests && pipenv run pytest"
2828
},
2929
"repository": {
3030
"type": "git",

0 commit comments

Comments
 (0)