Skip to content

Commit

Permalink
chore: Removed prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
Adil committed Sep 21, 2024
1 parent ad64868 commit 3154532
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"watch": "cross-env tsc --watch",
"test": "cross-env jest",
"prettier:fix": "prettier --write ./src/**/*.ts",
"lint:fix": "eslint --fix ./src/**/*.ts",
"prepare": "husky"
"lint:fix": "eslint --fix ./src/**/*.ts"
},
"dependencies": {
"body-parser": "^1.19.0",
Expand Down

0 comments on commit 3154532

Please sign in to comment.