Skip to content

Commit f7e4061

Browse files
authored
Update webpack.yml
1 parent 3dcbc6b commit f7e4061

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/webpack.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424

25-
- name: Build Frontend
26-
run: cd frontend && npm install && npm run build
27-
28-
- name: Build Daemon
29-
run: cd daemon && npm install && npm run build
30-
31-
- name: Build Panel
32-
run: cd panel && npm install && npm run build
25+
- name: Run Build Script
26+
run: |
27+
chmod a+x ./install-dependents.sh
28+
chmod a+x ./build.sh
29+
./install-dependents.sh
30+
./build.sh
31+

0 commit comments

Comments
 (0)