Skip to content

Commit

Permalink
fix: remove postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
exbotanical committed Dec 26, 2021
1 parent 10ffb36 commit b2ef6c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"clean": "rimraf coverage dist .build tsconfig.tsbuildinfo",
"docgen": "api-extractor run --local && api-documenter markdown -i temp -o docs",
"lint": "eslint --ext .js,.ts,.json --fix .",
"postinstall": "husky install",
"prerelease": "npm pack && tar -xvzf *.tgz && rimraf package *.tgz",
"semantic-release": "semantic-release",
"test": "jest --bail --coverage __tests__",
Expand Down

0 comments on commit b2ef6c4

Please sign in to comment.