Skip to content

Commit

Permalink
fix: wrong husky config
Browse files Browse the repository at this point in the history
  • Loading branch information
theoludwig committed Feb 2, 2024
1 parent 6b28c6d commit 67b70fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@
"lint:staged": "lint-staged",
"test": "node --enable-source-maps --test",
"release": "semantic-release",
"postinstall": "husky"
"postinstall": "husky",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
},
"dependencies": {
"chalk": "5.3.0",
Expand Down

0 comments on commit 67b70fe

Please sign in to comment.