Skip to content

Commit

Permalink
chore: add build step into typecheck to fix dependant types not existing
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILLIPS71 committed Mar 19, 2024
1 parent aacb3b1 commit 2291f35
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- name: install
run: pnpm install

- name: build
run: pnpm build

- name: type check
run: pnpm run typecheck

Expand All @@ -71,7 +74,7 @@ jobs:
- name: install
run: pnpm install

- name: type check
- name: lint
run: pnpm run lint

test:
Expand Down

0 comments on commit 2291f35

Please sign in to comment.