Skip to content

Commit 2a2ca93

Browse files
lobsterkatieAbhiPrasad
authored andcommitted
fix(dev): Remove eslint cache when cleaning repo (#4980)
This adds the eslint cache to the list of things which are removed when running the repo-level `yarn clean` command, to prevent false positives or negatives because of cached results.
1 parent f31ef48 commit 2a2ca93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build:types:watch": "ts-node scripts/build-types-watch.ts",
1515
"build:npm": "lerna run --parallel build:npm",
1616
"circularDepCheck": "lerna run --parallel circularDepCheck",
17-
"clean": "lerna run --parallel clean && lerna clean --yes",
17+
"clean": "lerna run --parallel clean && lerna clean --yes && yarn rimraf eslintcache",
1818
"codecov": "codecov",
1919
"fix": "lerna run --parallel fix",
2020
"link:yarn": "lerna run --stream --concurrency 1 link:yarn",

0 commit comments

Comments
 (0)