mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-27 06:59:54 +08:00
Merge pull request #1064 from MCSManager/unitwk-patch-3
Update webpack.yml
This commit is contained in:
commit
b6fdd3a707
15
.github/workflows/webpack.yml
vendored
15
.github/workflows/webpack.yml
vendored
@ -22,11 +22,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
|
||||||
- name: Build Frontend
|
- name: Run Build Script
|
||||||
run: cd frontend && npm install && npm run build
|
run: |
|
||||||
|
chmod a+x ./install-dependents.sh
|
||||||
- name: Build Daemon
|
chmod a+x ./build.sh
|
||||||
run: cd daemon && npm install && npm run build
|
./install-dependents.sh
|
||||||
|
./build.sh
|
||||||
- name: Build Panel
|
|
||||||
run: cd panel && npm install && npm run build
|
|
||||||
|
Loading…
Reference in New Issue
Block a user