From 1c8b93777aa66718c3e48bfcc962817a22638ab2 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Thu, 25 Apr 2024 16:23:13 -0400 Subject: [PATCH] chore: make icon verification more robust --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f632dd82e..2cc594933e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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."