mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-04-12 17:20:22 +08:00
13 lines
141 B
Batchfile
Executable File
13 lines
141 B
Batchfile
Executable File
call npm install
|
|
call npm run preview-build
|
|
|
|
cd daemon
|
|
call npm install
|
|
|
|
cd ../panel
|
|
call npm install
|
|
|
|
cd ../frontend
|
|
call npm install
|
|
|
|
pause |