Skip to content

Commit

Permalink
fix: husky install command is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
bramanda48 committed May 1, 2024
1 parent 59c0398 commit 2018223
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 @@ -22,7 +22,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "husky install",
"prepare": "husky",
"prebuild": "rimraf dist",
"format": "prettier --write .",
"build": "tsc -b tsconfig.build.json",
Expand Down

0 comments on commit 2018223

Please sign in to comment.