mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
commit
f585828936
@ -26,7 +26,6 @@
|
||||
"http-proxy-middleware": "^2.0.6",
|
||||
"js-sha256": "^0.10.1",
|
||||
"morgan": "~1.9.1",
|
||||
"node-hide-console-window": "^2.2.0",
|
||||
"open": "^10.0.0",
|
||||
"prompt-sync": "^4.2.0",
|
||||
"regedit": "^5.1.2",
|
||||
|
||||
@ -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