We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf404b commit 1cbeaa7Copy full SHA for 1cbeaa7
package.json
@@ -9,7 +9,7 @@
9
"lint": "eslint --ignore-path .eslintignore \"./**/*.{ts,tsx,js}\"",
10
"prettier-format": "prettier --config .prettierrc 'src/**/*.{ts,tsx,js,jsx}' --write",
11
"check-branch-name": "./check_branch_name.sh",
12
- "prepare": "chmod +x .husky/* && chmod +x ./check_branch_name.sh"
+ "prepare": "npx husky install && chmod +x .husky/* && chmod +x ./check_branch_name.sh"
13
},
14
"dependencies": {
15
"@coingecko/cryptoformat": "^0.5.4",
0 commit comments