remove yarnhooks

This commit is contained in:
Sean Yesmunt 2018-05-11 18:12:09 -04:00
parent 2bb4287408
commit 5c51dfa0ca

View file

@ -30,9 +30,6 @@
"flow-defs": "flow-typed install",
"release": "yarn compile && electron-builder build",
"precommit": "lint-staged",
"postmerge": "yarnhook",
"postcheckout": "yarnhook",
"postrewrite": "yarnhook",
"postinstall": "electron-builder install-app-deps & node build/downloadDaemon.js",
"clean": "rm -r node_modules && yarn cache clean lbry-redux && yarn"
},