From 35e4b939742bbf444e4ac184af05f7e4401c041e Mon Sep 17 00:00:00 2001 From: Felix Date: Wed, 17 Aug 2016 15:58:24 +0200 Subject: [PATCH] Fix run-windows --- run-windows.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/run-windows.bat b/run-windows.bat index 9fce93f..cb58fe4 100644 --- a/run-windows.bat +++ b/run-windows.bat @@ -1,3 +1,2 @@ -npm install -npm run start +npm install && npm run start pause \ No newline at end of file