Skip to content

Commit

Permalink
fix: update husky script
Browse files Browse the repository at this point in the history
- give permission to access husky pre-commit script file
  • Loading branch information
gabririgo committed Jan 5, 2023
1 parent 97b12de commit 68f55eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"lint:ts": "eslint --max-warnings 0 .",
"fmt:sol": "prettier 'contracts/**/*.sol' -w",
"prepack": "yarn build",
"prepare": "husky install",
"prepare": "chmod +x ./.husky/pre-commit && husky install",
"prepublish": "yarn rimraf build && yarn build && yarn build:ts"
},
"repository": {
Expand Down Expand Up @@ -84,4 +84,4 @@
"peerDependencies": {
"ethers": "^5.1.4"
}
}
}

0 comments on commit 68f55eb

Please sign in to comment.