mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Update install.bat
This commit is contained in:
parent
d957cd6655
commit
7450c9e506
@ -36,12 +36,12 @@ if "%errorlevel%" == "9009" (
|
||||
|
||||
echo Installing node modules for client application...
|
||||
cd .\client
|
||||
call npm install --omit=dev --silent
|
||||
call npm install --omit=dev
|
||||
cd..
|
||||
|
||||
echo Installing node modules for manager application...
|
||||
cd .\manager
|
||||
call npm install --omit=dev --silent
|
||||
call npm install --omit=dev
|
||||
cd..
|
||||
|
||||
echo Generating shortcuts...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user