mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
14 lines
129 B
Batchfile
14 lines
129 B
Batchfile
cd website
|
|
|
|
call npm install
|
|
call npm install -g watchify babelify tsify
|
|
|
|
cd ..
|
|
|
|
cd server
|
|
|
|
call npm install
|
|
|
|
cd ..
|
|
|
|
cd . > setup |