We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053583f commit 27bcba3Copy full SHA for 27bcba3
wasm/demo/package.json
@@ -25,7 +25,7 @@
25
"dev": "webpack serve",
26
"build": "webpack",
27
"dist": "webpack --mode production",
28
- "test": "webpack --mode production && cd ../tests && pytest"
+ "test": "webpack --mode production && cd ../tests && pytest -v"
29
},
30
"repository": {
31
"type": "git",
0 commit comments