chore: add eslint cache (#5101)
This commit is contained in:
parent
bf01c8bf67
commit
0db9c08a8d
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -9,6 +9,7 @@ scripts/memory/project/src/pages/
|
|||
*.log
|
||||
package-lock.json
|
||||
.turbo/
|
||||
.eslintcache
|
||||
|
||||
# ignore top-level vscode settings
|
||||
/.vscode/settings.json
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"test:e2e": "cd packages/astro && pnpm playwright install && pnpm run test:e2e",
|
||||
"test:e2e:match": "cd packages/astro && pnpm playwright install && pnpm run test:e2e:match",
|
||||
"benchmark": "pnpm --filter @benchmark/simple run build && pnpm dlx concurrently -k -s first --raw \"node packages/astro/test/benchmark/simple/server.mjs\" \"pnpm dlx autocannon -c 100 -d 30 -p 10 localhost:3002/\"",
|
||||
"lint": "eslint .",
|
||||
"lint": "eslint --cache .",
|
||||
"version": "changeset version && pnpm install --no-frozen-lockfile && pnpm run format"
|
||||
},
|
||||
"workspaces": [
|
||||
|
|
Loading…
Reference in a new issue