Skip to content

Commit

Permalink
fix: eslint cache (remix-run#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielholmes authored Mar 18, 2022
1 parent 632a949 commit bdc7166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"format": "prettier --write .",
"generate:css": "tailwindcss -o ./app/styles/tailwind.css",
"postinstall": "remix setup node",
"lint": "eslint --cache-location ./node_modules/.cache/eslint .",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
"setup": "run-s setup:db setup:app",
"setup:app": "run-p \"test -- --run\" lint typecheck test:e2e:run",
"setup:db": "prisma migrate dev",
Expand Down

0 comments on commit bdc7166

Please sign in to comment.