Skip to content

Commit

Permalink
remove husky from scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimcavalcanti committed Apr 20, 2023
1 parent f3bb926 commit 924fd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"format": "prettier --write **/*.ts",
"format:check": "prettier --check **/*.ts",
"lint": "eslint \"**/*.{ts,js}\"",
"prepare": "husky install",
"typecheck": "tsc --noEmit",
"pre-commit": "lint-staged",
"test": "jest"
},
Expand Down

0 comments on commit 924fd4f

Please sign in to comment.