Skip to content

Commit 18b0599

Browse files
authored
chore: eslint caching (#10100)
1 parent 2046ec0 commit 18b0599

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
@@ -11,7 +11,7 @@
1111
"test:vite-ecosystem-ci": "pnpm test --dir packages/kit",
1212
"test:create-svelte": "pnpm run --dir packages/create-svelte test",
1313
"check": "pnpm -r prepublishOnly && pnpm -r check",
14-
"lint": "pnpm -r lint && eslint 'packages/**/*.js'",
14+
"lint": "pnpm -r lint && eslint --cache --cache-location node_modules/.eslintcache 'packages/**/*.js'",
1515
"format": "pnpm -r format",
1616
"precommit": "pnpm format && pnpm lint",
1717
"release": "changeset publish",

0 commit comments

Comments
 (0)