From bce36d2434365fea4a1e229fe09c5e7f90757b6b Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 20 Jun 2023 10:14:55 +1200 Subject: [PATCH] FIX Use CMS 5 compatible webpack command --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 820457a..299834d 100644 --- a/action.yml +++ b/action.yml @@ -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()