Skip to content

Commit 1abf7af

Browse files
authored
call npm install
call npm install because otherwise it stops there and doesn't execute `npm start`
1 parent 5cf3bfd commit 1abf7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/wasm-demo/start-server.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ wasm-pack build --release
44
if errorlevel 1 cargo install wasm-pack
55
wasm-pack build --release
66
cd www
7-
npm install
7+
call npm install
88
npm start

0 commit comments

Comments
 (0)