Skip to content

Commit

Permalink
fixup! build: install webpack-cli beforehand 2
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy committed Jul 16, 2024
1 parent 5e1a60b commit 399277e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 45 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,4 @@ jobs:
run: |
cd ${{ env.APP_NAME }}
npm ci
npm install -g webpack-cli
npm run build --if-present
55 changes: 11 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"vue-template-compiler": "^2.7.16",
"wasm-check": "^2.1.2",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"worker-loader": "^3.0.8"
},
"browser": {
Expand Down

0 comments on commit 399277e

Please sign in to comment.