chore: add eslint cache (#5101)

This commit is contained in:
花果山大圣 2022-10-17 22:32:20 +08:00 committed by GitHub
parent bf01c8bf67
commit 0db9c08a8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -9,6 +9,7 @@ scripts/memory/project/src/pages/
*.log
package-lock.json
.turbo/
.eslintcache
# ignore top-level vscode settings
/.vscode/settings.json

View file

@ -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": [