Skip to content

Commit

Permalink
fix: adds husky
Browse files Browse the repository at this point in the history
  • Loading branch information
FritzHoing committed May 7, 2024
1 parent 04dc2a3 commit 2473d45
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
18 changes: 17 additions & 1 deletion package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids"
"write-heading-ids": "docusaurus write-heading-ids",
"husky": "husky install",
"prepare": "npm run husky"
},
"dependencies": {
"@docusaurus/core": "^3.3.0",
Expand All @@ -27,7 +29,8 @@
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.0.2",
"@semantic-release/npm": "^11.0.0",
"@semantic-release/release-notes-generator": "^12.0.0"
"@semantic-release/release-notes-generator": "^12.0.0",
"husky": "^9.0.6"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 2473d45

Please sign in to comment.