mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-27 06:59:54 +08:00
12 lines
102 B
Batchfile
Executable File
12 lines
102 B
Batchfile
Executable File
cd daemon
|
|
call npm install
|
|
|
|
cd ..
|
|
cd panel
|
|
call npm install
|
|
|
|
cd ..
|
|
cd frontend
|
|
call npm install
|
|
|
|
pause |