Skip to content

Commit

Permalink
Merge pull request #13 from creative-commoners/pulls/1.0/webpack
Browse files Browse the repository at this point in the history
FIX Use CMS 5 compatible webpack command
  • Loading branch information
sabina-talipova authored Jun 20, 2023
2 parents 37a9e4f + bce36d2 commit 86bb995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ runs:
if: always()
shell: bash
run: |
NODE_ENV=production node_modules/webpack/bin/webpack.js -p --bail --progress
NODE_ENV=production node_modules/.bin/webpack --mode production --bail --progress
- name: Remove any old pull-requests
if: always()
Expand Down

0 comments on commit 86bb995

Please sign in to comment.