Skip to content

Commit

Permalink
build: run tsc during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Mar 25, 2024
1 parent b38d2e8 commit a8d90eb
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 @@ -8,7 +8,7 @@
},
"scripts": {
"build": "tsc",
"test": "jest",
"test": "jest && tsc",
"prepublishOnly": "tsc",
"prepare": "husky install"
},
Expand Down

0 comments on commit a8d90eb

Please sign in to comment.