diff --git a/package.json b/package.json index e8ae95f79..34f21adf3 100644 --- a/package.json +++ b/package.json @@ -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" },