mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-21 03:12:10 +08:00
15 lines
147 B
Batchfile
Executable File
15 lines
147 B
Batchfile
Executable File
call npm install
|
|
call npm run preview-build
|
|
|
|
cd daemon
|
|
call npm install
|
|
|
|
cd ..
|
|
cd panel
|
|
call npm install
|
|
|
|
cd ..
|
|
cd frontend
|
|
call npm install
|
|
|
|
pause |