Skip to content

Commit 2fa58d6

Browse files
committed
remove eslint cache when running top-level yarn clean
1 parent f2dee4e commit 2fa58d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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 && rm -rf 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)