We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
yarn clean
1 parent 5270b64 commit a188bddCopy full SHA for a188bdd
package.json
@@ -14,7 +14,7 @@
14
"build:types:watch": "ts-node scripts/build-types-watch.ts",
15
"build:npm": "lerna run --parallel build:npm",
16
"circularDepCheck": "lerna run --parallel circularDepCheck",
17
- "clean": "lerna run --parallel clean && lerna clean --yes",
+ "clean": "lerna run --parallel clean && lerna clean --yes && rm -rf eslintcache",
18
"codecov": "codecov",
19
"fix": "lerna run --parallel fix",
20
"link:yarn": "lerna run --stream --concurrency 1 link:yarn",
0 commit comments