mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-11-27 23:10:24 +08:00
14 lines
176 B
Bash
Executable file
14 lines
176 B
Bash
Executable file
#!/bin/sh
|
|
npm install
|
|
npm run preview-build
|
|
|
|
cd daemon
|
|
npm install
|
|
cd ../panel
|
|
npm install
|
|
cd ../frontend
|
|
npm install
|
|
|
|
echo "------------"
|
|
echo "All done!"
|
|
echo "------------"
|