Merge pull request #1064 from MCSManager/unitwk-patch-3

Update webpack.yml
This commit is contained in:
unitwk 2023-11-16 11:44:53 +08:00 committed by GitHub
commit b6fdd3a707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,11 +22,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Build Frontend
run: cd frontend && npm install && npm run build
- name: Build Daemon
run: cd daemon && npm install && npm run build
- name: Build Panel
run: cd panel && npm install && npm run build
- name: Run Build Script
run: |
chmod a+x ./install-dependents.sh
chmod a+x ./build.sh
./install-dependents.sh
./build.sh