Skip to content

Commit

Permalink
ci: update wagmi action
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed May 8, 2024
1 parent 1a0731f commit f4447d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 2 additions & 6 deletions .github/actions/setup-wagmi/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ runs:
run: pnpm install --ignore-scripts
working-directory: ./wagmi

- shell: bash
run: pnpm link --dir ../wagmi
working-directory: ./src

- name: Link packages
- name: Install Viem
shell: bash
run: pnpm preconstruct
run: pnpm i viem@file:../src -w
working-directory: ./wagmi
8 changes: 4 additions & 4 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,11 @@ jobs:
- run: pnpm add -D -w typescript@${{ matrix.typescript-version }}
working-directory: ./wagmi

- name: Check types
run: pnpm typecheck
working-directory: ./wagmi

- name: Check build
run: pnpm build
working-directory: ./wagmi

- name: Check types
run: pnpm typecheck
working-directory: ./wagmi

0 comments on commit f4447d7

Please sign in to comment.