mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-12-09 07:30:04 +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 |