Merge pull request #1385 from lbryio/fix-yarn

Add clean command
This commit is contained in:
Sean Yesmunt 2018-04-25 02:39:19 -04:00 committed by GitHub
commit f3c3a389b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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