Merge pull request #1326 from 0xProject/fix/yarnClean

fix: add --exclude-missing flag to yarn clean command
This commit is contained in:
Amir Bandeali
2018-11-26 15:29:43 -08:00
committed by GitHub

View File

@@ -28,7 +28,7 @@
"build:monorepo_scripts": "PKG=@0x/monorepo-scripts yarn build",
"build:ts": "tsc -b",
"watch:ts": "tsc -b -w",
"clean": "wsrun clean $PKG --fast-exit -r --parallel",
"clean": "wsrun clean $PKG --fast-exit -r --parallel --exclude-missing",
"remove_node_modules": "lerna clean --yes; rm -rf node_modules",
"rebuild": "run-s clean build",
"rebuild:no_website": "run-s clean build:no_website",