Merge pull request #782 from Pax1601/manager-wizard

Manager wizard
This commit is contained in:
Pax1601 2023-12-22 21:28:47 +01:00 committed by GitHub
commit f585828936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -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",

View File

@ -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...