Skip to content

Commit

Permalink
fix: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkpatchaa committed Jan 6, 2025
1 parent d5d67b6 commit f720fe4
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 449 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,9 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependencies
run: yarn install --production=false

- name: Run code generator
run: yarn generate
run: yarn install --production=false # will run prepare, which generates icons

- name: Run linter & formatter
run: |
yarn format
yarn lint
- name: Run prepare
run: yarn prepare
Loading

0 comments on commit f720fe4

Please sign in to comment.