Skip to content

Commit 4e4fd18

Browse files
committed
chore: Remove icon build step from deployment workflow
1 parent 19d87a1 commit 4e4fd18

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jobs:
3030
- name: 📥 Download deps
3131
uses: bahmutov/npm-install@v1
3232

33-
- name: 🖼 Build icons
34-
run: npm run build:icons
35-
3633
- name: 🔬 Lint
3734
run: npm run lint
3835

@@ -51,9 +48,6 @@ jobs:
5148
- name: 📥 Download deps
5249
uses: bahmutov/npm-install@v1
5350

54-
- name: 🖼 Build icons
55-
run: npm run build:icons
56-
5751
- name: 🔎 Type check
5852
run: npm run typecheck --if-present
5953

@@ -75,9 +69,6 @@ jobs:
7569
- name: 🏄 Copy test env vars
7670
run: cp .env.example .env
7771

78-
- name: 🖼 Build icons
79-
run: npm run build:icons
80-
8172
- name: ⚡ Run vitest
8273
run: npm run test -- --coverage
8374

0 commit comments

Comments
 (0)