Skip to content

Commit

Permalink
ci: set back husky install
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Lynch committed Dec 21, 2022
1 parent 368bd83 commit e596e49
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 @@ -27,7 +27,7 @@
"example:transfer": "babel-node examples/transfer",
"example:chainStore": "babel-node examples/chainStore",
"example:privKey": "babel-node examples/privKey",
"prepare": "chmod +x .husky/_/husky.sh | .husky/_/husky.sh install",
"prepare": "husky install",
"pre-commit": "npm run lint"
},
"repository": {
Expand Down

0 comments on commit e596e49

Please sign in to comment.