Skip to content

Commit

Permalink
fix: Remove postinstall script using husky
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Feb 10, 2022
1 parent a05cbcb commit 744c664
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 @@ -33,7 +33,6 @@
"url": "https://github.com/adrien2p/medusa-extender/issues"
},
"scripts": {
"postinstall": "husky install",
"lint": "./node_modules/.bin/eslint src --fix",
"format": "./node_modules/.bin/prettier src --write",
"build:ts": "./node_modules/.bin/swc src -d ./dist --config-file .swcrc",
Expand Down

0 comments on commit 744c664

Please sign in to comment.