Make it clearer how to fix lint errors (#74)

This commit is contained in:
Kevin Stillhammer
2025-02-06 17:42:12 +01:00
committed by GitHub
parent d8f577dec4
commit 5f8cbe30d7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
- name: Compare the expected and actual dist/ directories
run: |
if [ "$(git diff --ignore-space-at-eol dist/ | wc -l)" -gt "0" ]; then
echo "Detected uncommitted changes after build. See status below:"
echo "::error::Detected uncommitted changes after build. Run 'npm run build' and commit the changes."
git diff --text -v
exit 1
fi