Skip to content

Commit

Permalink
chore: switch postinstall for prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Mar 2, 2021
1 parent 4f1a7ba commit bead5f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/husky/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
_
_
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"update": "yarn upgrade-interactive --latest",
"install": "node-gyp rebuild",
"prepublishOnly": "yarn build",
"husky:setup": "husky install .github/husky"
"prepare": "husky install .github/husky"
},
"dependencies": {
"bindings": "^1.5.0",
Expand Down

0 comments on commit bead5f0

Please sign in to comment.