diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 9c06d0d0..8b222e8a 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -36,9 +36,6 @@ jobs: node-version: 18 cache: pnpm - - name: 🖼 Build icons - run: npm run build:icons - - name: 🔬 Lint run: npm run lint @@ -62,8 +59,5 @@ jobs: node-version: 18 cache: pnpm - - name: 🖼 Build icons - run: npm run build:icons - - name: 🔎 Type check run: npm run typecheck --if-present \ No newline at end of file