Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jan 31, 2022
1 parent b545ca0 commit b645ecb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:

- name: Install dependencies
run: npm ci

- name: Update package.json for webpack@4
if: matrix.webpack-version == '4'
run: echo "`jq '.scripts.build="npm run build:client"' package.json`" > package.json

- name: Install webpack ${{ matrix.webpack-version }}
if: matrix.webpack-version == '4'
Expand Down

0 comments on commit b645ecb

Please sign in to comment.