Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Have wasm/demo's "test" npm script build the demo in release mode
  • Loading branch information
coolreader18 authored Feb 5, 2020
commit 4c49185b52c24087a66518040ce4d6eb9ed7f51f
2 changes: 1 addition & 1 deletion wasm/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dev": "webpack-dev-server -d",
"build": "webpack",
"dist": "webpack --mode production",
"test": "webpack && cd ../tests && pipenv run pytest"
"test": "webpack --mode production && cd ../tests && pipenv run pytest"
},
"repository": {
"type": "git",
Expand Down