DCSOlympus/frontend/setup.bat
2024-02-19 15:41:40 +01:00

15 lines
154 B
Batchfile

cd website
call npm install
call npm install -g watchify babelify tsify
call npm run build-debug
cd ..
cd server
call npm install
cd ..
cd . > setup