Skip to content

Commit

Permalink
chore: add eslint cache (withastro#5101)
Browse files Browse the repository at this point in the history
  • Loading branch information
花果山大圣 committed Oct 17, 2022
1 parent bf01c8b commit 0db9c08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ scripts/memory/project/src/pages/
*.log
package-lock.json
.turbo/
.eslintcache

# ignore top-level vscode settings
/.vscode/settings.json
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 0db9c08

Please sign in to comment.