Skip to content

Commit

Permalink
fix: remove postinstall command
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 9, 2023
1 parent 30bf78b commit da9cad8
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 @@ -32,8 +32,7 @@
"prepare": "husky install && npm run build",
"prepublishOnly": "npm run lint && npm run test",
"release": "bumpp && npm publish",
"test": "vitest run",
"postinstall": "husky install"
"test": "vitest run"
},
"dependencies": {
"scule": "^1.0.0"
Expand Down

0 comments on commit da9cad8

Please sign in to comment.