Skip to content

Commit

Permalink
Add husky script
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Aug 19, 2022
1 parent 3f5ef84 commit fe7e537
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@
"test": "ava --fail-fast",
"cleanup": "del-cli @type lib",
"prepare": "npm run cleanup && npm run build",
"_postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
"husky": "husky install"
},
"devDependencies": {
"@octetstream/eslint-config": "6.2.2",
Expand Down

0 comments on commit fe7e537

Please sign in to comment.