Skip to content

Commit

Permalink
ci: Run the typecheck too
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleBooth committed Oct 8, 2024
1 parent 00e2c23 commit 078c508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
node-version-file: package.json
- run: npm install
- run: npm run lint
- run: npm run typecheck
- run: npm run test:unit

playwright-test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
node-version-file: package.json
- run: npm install
- run: npm run lint
- run: npm run typecheck
- run: npm run test:unit

playwright-test:
Expand Down

0 comments on commit 078c508

Please sign in to comment.