Skip to content

Commit

Permalink
chore: make icon verification more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-smith-tcril committed Apr 26, 2024
1 parent 2557a95 commit 1c8b937
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- name: Verify icon changes
run: |
cd icons
rm -rf jsx
rm -rf es5
npm run build
if [[ -n $(git status -s) ]]; then
echo "::error::Generated icons do not match committed icons. Please run \`npm run build\` in the icons directory."
Expand Down

0 comments on commit 1c8b937

Please sign in to comment.