Skip to content

Commit

Permalink
Updating Check Distribution output
Browse files Browse the repository at this point in the history
  • Loading branch information
nchiasson-dgi committed Oct 15, 2024
1 parent 265ee9e commit ed63291
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check_dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- run: npm run package
- run: |
if [[ $(git status --porcelain) ]]; then
echo '::error ::`dist` changed, please update dist by running `npm run package`'
echo '::debug:: $(git status --porcelain)'
echo '::error::`dist` changed, please update dist by running `npm run package`'
exit 1
fi

0 comments on commit ed63291

Please sign in to comment.