clear cache for lbry-redux only
This commit is contained in:
parent
3c420a1566
commit
6e7c8f773e
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue