Skip to content

Commit

Permalink
Remove npm prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-friedl committed Jan 12, 2024
1 parent 5725eb0 commit 64bf9f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"format": "prettier --write \"**/*.{js,json,md,yml}\"",
"ci": "npm run build && npm run test-cover && npm run lint",
"prepublishOnly": "npm run lint && npm test && npm run build",
"release": "release-it",
"prepare": "husky install"
"release": "release-it"
},
"keywords": [
"notifications",
Expand Down

0 comments on commit 64bf9f6

Please sign in to comment.