Skip to content

Commit

Permalink
fix: add husky
Browse files Browse the repository at this point in the history
  • Loading branch information
JeevaRamu0104 committed Dec 6, 2023
1 parent 6c20b15 commit 2275a01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
"re:format": "rescript format -all",
"postinstall": "git config core.hooksPath .githooks && chmod +x .githooks/commit-msg"
},
"husky": {
"hooks": {
"pre-commit": "npm run pre-commit"
}
},
"devDependencies": {
"@glennsl/rescript-jest": "^0.10.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
Expand Down

0 comments on commit 2275a01

Please sign in to comment.