Fix run-windows

This commit is contained in:
Felix 2016-08-17 15:58:24 +02:00
parent 88d4b85860
commit 35e4b93974

3
run-windows.bat vendored
View File

@ -1,3 +1,2 @@
npm install
npm run start
npm install && npm run start
pause