Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rwv committed Nov 17, 2023
1 parent 839bbf5 commit 2a94d9a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,5 @@ jobs:
- name: Lint
run: pnpm run lint

- name: Run typecheck
run: pnpm run typecheck

- name: Run build:all
run: pnpm run build:all
- name: Run build
run: pnpm run build

0 comments on commit 2a94d9a

Please sign in to comment.