Skip to content

Commit

Permalink
ci: stub before typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 12, 2023
1 parent 99cda4f commit f92fedc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -45,6 +45,9 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Typecheck
run: pnpm build:stub

- name: Typecheck
run: pnpm typecheck

Expand Down

0 comments on commit f92fedc

Please sign in to comment.