Skip to content

Commit

Permalink
setting up husky setup as post install
Browse files Browse the repository at this point in the history
  • Loading branch information
sadabnepal committed Mar 22, 2024
1 parent 550a0bf commit 8bc39f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "mocha",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky"
"postinstall": "husky"
},
"keywords": [
"API",
Expand Down Expand Up @@ -38,4 +38,4 @@
"tsconfig-paths": "^3.14.1",
"typescript": "^4.9.5"
}
}
}

0 comments on commit 8bc39f0

Please sign in to comment.