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",
"release": "yarn compile && electron-builder build",
"precommit": "lint-staged",
"postinstall": "electron-builder install-app-deps & node build/downloadDaemon.js",
"clean": "rm -r node_modules && yarn cache clean lbry-redux && yarn"
"preinstall": "yarn cache clean lbry-redux",
"postinstall": "electron-builder install-app-deps & node build/downloadDaemon.js"
},
"dependencies": {
"bluebird": "^3.5.1",