Skip to content

Commit b645ecb

Browse files
authored
ci: fix
1 parent b545ca0 commit b645ecb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ jobs:
7575

7676
- name: Install dependencies
7777
run: npm ci
78+
79+
- name: Update package.json for webpack@4
80+
if: matrix.webpack-version == '4'
81+
run: echo "`jq '.scripts.build="npm run build:client"' package.json`" > package.json
7882

7983
- name: Install webpack ${{ matrix.webpack-version }}
8084
if: matrix.webpack-version == '4'

0 commit comments

Comments
 (0)