Skip to content

Commit

Permalink
ci: Check for type errors in demo before building
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Jan 20, 2024
1 parent 3bf40fc commit 4b005b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: pnpm build:all
working-directory: demo
- run: pnpm tsc --noEmit
working-directory: demo
- run: pnpm build:all
working-directory: demo
- run: pnpm wxt zip
working-directory: demo
- run: pnpm vitest run
Expand Down

0 comments on commit 4b005b4

Please sign in to comment.