Skip to content

Commit

Permalink
Workflow tips
Browse files Browse the repository at this point in the history
  • Loading branch information
Que3216 committed Sep 19, 2024
1 parent 27a8916 commit 10b6223
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
if [ "$(git diff --ignore-space-at-eol --text out/ | wc -l)" -gt "0" ]; then
echo "Detected uncommitted changes after build. See status below:"
git diff --ignore-space-at-eol --text out/
echo ""
echo "Run 'yarn build' locally and commit the changes. If this doesn't work then delete your `.parcel-cache` directory before running 'yarn build'."
echo ""
exit 1
fi
Expand Down

0 comments on commit 10b6223

Please sign in to comment.