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