add clean command

Fix for Yarn isn't pulling in latest lbry-redux changes #1382
This commit is contained in:
Baltazar Gomez 2018-04-25 00:00:25 -06:00 committed by GitHub
parent f6afb2e1e1
commit 3c420a1566
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 && yarn"
},
"dependencies": {
"bluebird": "^3.5.1",