Skip to content

Commit

Permalink
Run TypeScript checker when linting
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed May 27, 2024
1 parent d17cb46 commit 8f91aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "rollup -c",
"prepare": "rollup -c",
"watch": "rollup -c -w",
"lint": "eslint src/*.ts"
"lint": "eslint src/*.ts && tsc --noEmit"
},
"homepage": "https://projects.calebevans.me/jcanvas/",
"author": "Caleb Evans",
Expand Down

0 comments on commit 8f91aec

Please sign in to comment.