Removing husky postinstall

This commit is contained in:
Dessalines 2021-07-23 10:00:59 -04:00
parent d17be0fa31
commit 2c66bd6b4c

View file

@ -11,7 +11,6 @@
"scripts": {
"build": "tsc",
"lint": "tsc --noEmit && eslint --report-unused-disable-directives --ext .js,.ts,.tsx src",
"postinstall": "husky install",
"prepare": "yarn run build"
},
"repository": "https://github.com/LemmyNet/lemmy-js-client",