Skip to content

Commit f720fe4

Browse files
committed
fix: upgrade deps
1 parent d5d67b6 commit f720fe4

File tree

2 files changed

+265
-449
lines changed

2 files changed

+265
-449
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,9 @@ jobs:
2727
${{ runner.os }}-yarn-
2828
2929
- name: Install dependencies
30-
run: yarn install --production=false
31-
32-
- name: Run code generator
33-
run: yarn generate
30+
run: yarn install --production=false # will run prepare, which generates icons
3431

3532
- name: Run linter & formatter
3633
run: |
3734
yarn format
3835
yarn lint
39-
40-
- name: Run prepare
41-
run: yarn prepare

0 commit comments

Comments
 (0)