Skip to content

Commit

Permalink
chore: add prepare and preinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieter Stinglhamber committed Dec 19, 2023
1 parent 8ba76e6 commit b5d6460
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"url": "https://github.com/Elhebert/asyncapi-validation/issues"
},
"scripts": {
"prepare": "husky install",
"preinstall": "npx only-allow pnpm",
"test": "jest",
"lint": "prettier --check .",
"lint:fix": "prettier --write .",
Expand Down

0 comments on commit b5d6460

Please sign in to comment.