We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf3bfd commit 1abf7afCopy full SHA for 1abf7af
examples/wasm-demo/start-server.bat
@@ -4,5 +4,5 @@ wasm-pack build --release
4
if errorlevel 1 cargo install wasm-pack
5
wasm-pack build --release
6
cd www
7
-npm install
+call npm install
8
npm start
0 commit comments