Skip to content

Commit 1cbeaa7

Browse files
committed
fix: install husky in the prepare command
1 parent 9cf404b commit 1cbeaa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "eslint --ignore-path .eslintignore \"./**/*.{ts,tsx,js}\"",
1010
"prettier-format": "prettier --config .prettierrc 'src/**/*.{ts,tsx,js,jsx}' --write",
1111
"check-branch-name": "./check_branch_name.sh",
12-
"prepare": "chmod +x .husky/* && chmod +x ./check_branch_name.sh"
12+
"prepare": "npx husky install && chmod +x .husky/* && chmod +x ./check_branch_name.sh"
1313
},
1414
"dependencies": {
1515
"@coingecko/cryptoformat": "^0.5.4",

0 commit comments

Comments
 (0)