Skip to content

Commit

Permalink
add pre-commit (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak authored Jan 13, 2023
1 parent 3f4ffb2 commit 3ec3d1d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"statuses": "2.0.1"
},
"devDependencies": {
"@fastify/pre-commit": "^2.0.2",
"@types/node": "^18.11.18",
"after": "0.8.2",
"snazzy": "^9.0.0",
Expand All @@ -47,5 +48,9 @@
"test:coverage": "tap --coverage-report=html",
"test:typescript": "tsd",
"test:unit": "tap"
}
},
"pre-commit": [
"lint",
"test"
]
}

0 comments on commit 3ec3d1d

Please sign in to comment.