Skip to content

Commit

Permalink
Fix npm problem in startup script
Browse files Browse the repository at this point in the history
  • Loading branch information
flibustier committed Apr 10, 2018
1 parent b49c462 commit 71c0eb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions start.bat
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ goto compile

:front
cd frontend
echo [INFO] (T-2) NPM install
npm run install
echo [INFO] (T-2) NPM install
call npm install
echo [INFO] NPM build
npm run build
call npm run build
echo [OK] Front-end ready!
cd ..
goto build
Expand All @@ -82,4 +82,4 @@ goto build
echo [INFO] (T-1) Build server...
go build main.go
echo [OK] You can now launch it with ./main.exe
goto launch
goto launch

0 comments on commit 71c0eb1

Please sign in to comment.