mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-21 03:12:10 +08:00
14 lines
171 B
Bash
Executable File
14 lines
171 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 "Done!"
|
|
echo "------------" |