clear lbry-redux cache on preinstall
This commit is contained in:
parent
b1127c51c9
commit
f16d8f7e3c
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue