Merge pull request #1726 from lbryio/lbry-redux-cache

clear lbry-redux cache on preinstall
This commit is contained in:
Sean Yesmunt 2018-07-02 14:59:03 -04:00 committed by GitHub
commit 3bda96f7c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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",