diff --git a/workflow-templates/node.yml b/workflow-templates/node.yml index d1f18a1c..bbeec5f0 100644 --- a/workflow-templates/node.yml +++ b/workflow-templates/node.yml @@ -80,7 +80,7 @@ jobs: npm ci npm run build --if-present - - name: Check webpack build changes + - name: Check build changes run: | bash -c "[[ ! \"`git status --porcelain `\" ]] || (echo 'Please recompile and commit the assets, see the section \"Show changes on failure\" for details' && exit 1)"