clear lbry-redux cache on preinstall

This commit is contained in:
Sean Yesmunt 2018-07-02 14:49:49 -04:00
parent b1127c51c9
commit f16d8f7e3c

View file

@ -30,8 +30,8 @@
"flow-defs": "flow-typed install", "flow-defs": "flow-typed install",
"release": "yarn compile && electron-builder build", "release": "yarn compile && electron-builder build",
"precommit": "lint-staged", "precommit": "lint-staged",
"postinstall": "electron-builder install-app-deps & node build/downloadDaemon.js", "preinstall": "yarn cache clean lbry-redux",
"clean": "rm -r node_modules && yarn cache clean lbry-redux && yarn" "postinstall": "electron-builder install-app-deps & node build/downloadDaemon.js"
}, },
"dependencies": { "dependencies": {
"bluebird": "^3.5.1", "bluebird": "^3.5.1",