Skip to content

Commit

Permalink
ci: add vue-tsc check
Browse files Browse the repository at this point in the history
  • Loading branch information
abulte committed Apr 2, 2024
1 parent 5c8a8ab commit 3108095
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ jobs:
- run: npm run build --if-present
- run: npm run test:single
- run: tsc --noEmit
# FIXME: upgrade vue-tsc to @2.x (currently no output)
- run: npx --yes [email protected] --noEmit

0 comments on commit 3108095

Please sign in to comment.