Skip to content

Commit 675796f

Browse files
committed
chore: don't run test with eslint cache
1 parent b83045a commit 675796f

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
@@ -40,7 +40,7 @@
4040
"build": "run-p -c 'build:*'",
4141
"build:r": "r -f cjs",
4242
"build:ts": "tsc -b",
43-
"eslint": "ESLINT_USE_FLAT_CONFIG=false eslint --cache",
43+
"eslint": "ESLINT_USE_FLAT_CONFIG=false eslint",
4444
"lint": "run-p 'lint:*'",
4545
"lint:es": "eslint . --cache",
4646
"lint:tsc": "tsc --noEmit",

0 commit comments

Comments
 (0)