Skip to content

Commit

Permalink
Merge pull request #16 from NivEz/fix/husky-installation
Browse files Browse the repository at this point in the history
fixed husky installation
  • Loading branch information
NivEz committed Jan 13, 2024
2 parents 91b1cf3 + a8816c3 commit 7e63087
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"publish:dry": "npm publish --dry-run",
"set-webhook": "node ./scripts/setWebhook.js",
"delete-webhook": "node ./scripts/deleteWebhook.js",
"postinstall": "husky install",
"prepare": "node -e \"!process.env.GITHUB_ACTIONS && process.exit(1)\" || husky install",
"format": "npx prettier . --write"
},
"bin": {
Expand Down

0 comments on commit 7e63087

Please sign in to comment.