Skip to content

Commit 2ba76a3

Browse files
committed
fix: use correct output path in turbo.jsonc
1 parent 1bdf764 commit 2ba76a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbo.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
},
8888
"//#check:lint:all": {
8989
"outputLogs": "new-only",
90-
"outputs": ["node_modules/.cache/run-eslint/.eslintcache"],
90+
"outputs": ["node_modules/.cache/.eslintcache"],
9191
"env": ["FIX_ESLINT"]
9292
},
9393
"//#check:format": {

0 commit comments

Comments
 (0)