mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
15 lines
154 B
Batchfile
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 |