clear cache for lbry-redux only

This commit is contained in:
Baltazar Gomez 2018-04-25 00:26:14 -06:00 committed by GitHub
parent 3c420a1566
commit 6e7c8f773e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@
"postinstall": "electron-builder install-app-deps && node build/downloadDaemon.js",
"lint": "eslint 'src/**/*.{js,jsx}' --fix",
"format": "prettier 'src/**/*.{js,jsx,scss,json}' --write",
"clean": "rm -r node_modules && yarn cache clean && yarn"
"clean": "rm -r node_modules && yarn cache clean lbry-redux && yarn"
},
"dependencies": {
"bluebird": "^3.5.1",