Skip to content

Commit 67430b2

Browse files
authored
Merge pull request #112 from Thoralf-M/patch-1
call npm install
2 parents c2d7c8f + 1abf7af commit 67430b2

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)