From 03c7314d6db229a61ea44f5ddfac8786a88b6be8 Mon Sep 17 00:00:00 2001 From: Enjeck <32180937+enjeck@users.noreply.github.com> Date: Sat, 21 Jun 2025 13:22:58 +0100 Subject: [PATCH] chore: Update build description Since we could be using another bundler like vite Signed-off-by: Enjeck <32180937+enjeck@users.noreply.github.com> --- workflow-templates/node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"