mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-12-15 07:40:01 +08:00
15 lines
172 B
Bash
Executable File
15 lines
172 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 "------------" |