mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-12-15 07:40:01 +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 |