Skip to content

Commit

Permalink
Add type testing to pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed May 26, 2021
1 parent da13977 commit 55dd5b5
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 @@ -28,7 +28,8 @@
"homepage": "https://github.com/pinojs/pino-std-serializers#readme",
"precommit": [
"lint",
"test"
"test",
"test-types"
],
"devDependencies": {
"@types/node": "^15.3.0",
Expand Down

0 comments on commit 55dd5b5

Please sign in to comment.