Skip to content

Commit

Permalink
chore: add typecheck package script
Browse files Browse the repository at this point in the history
  • Loading branch information
timkurvers committed Feb 4, 2024
1 parent 7355ac0 commit ec4cf86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"start:preview": "vite preview",
"test": "jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch"
"test:watch": "jest --watch",
"typecheck": "tsc"
},
"keywords": [
"world of warcraft",
Expand Down

0 comments on commit ec4cf86

Please sign in to comment.