Skip to content

Commit

Permalink
ci: skip redudant typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Aug 22, 2023
1 parent 67c3481 commit fcae6e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@ jobs:
- name: Check types
run: pnpm typecheck

- name: Test types
run: pnpm test:typecheck
# Redundant with `pnpm typecheck`
# If Vitest adds special features in the future, e.g. type coverage, can add this back!
# - name: Test types
# run: pnpm test:typecheck

test:
name: Test
Expand Down

1 comment on commit fcae6e0

@vercel
Copy link

@vercel vercel bot commented on fcae6e0 Aug 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wagmi-v2 – ./docs

wagmi-v2-git-alpha-wagmi-dev.vercel.app
wagmi-v2-wagmi-dev.vercel.app
alpha.wagmi.sh
wagmi-v2.vercel.app

Please sign in to comment.