Skip to content

Commit

Permalink
fixup! build: install webpack-cli beforehand
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <[email protected]>
  • Loading branch information
Antreesy committed Jul 16, 2024
1 parent 90988d9 commit 5e1a60b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,5 @@ jobs:
run: |
cd ${{ env.APP_NAME }}
npm ci
npm install -g webpack-cli
npm run build --if-present

0 comments on commit 5e1a60b

Please sign in to comment.