Skip to content

Commit

Permalink
adj lint/format cache
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Sep 30, 2023
1 parent 529994b commit ed74eb4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,14 @@
},
"format": {
"dependsOn": ["^db:generate"],
"inputs": ["**/*.{cjs,mjs,js,jsx,ts,tsx,json,prisma,html,css,scss,yml,yaml,md}"],
"outputs": ["node_modules/.cache/prettier/.prettier-cache"]
"inputs": ["**/*.{cjs,mjs,js,jsx,ts,tsx,json,prisma,html,css,scss,yml,yaml,md}"]
},
"generate:data": {},
"lint": {
"inputs": ["**/*.{cjs,mjs,js,jsx,ts,tsx}"],
"outputs": [".eslintcache"]
"inputs": ["**/*.{cjs,mjs,js,jsx,ts,tsx}"]
},
"lint:fix": {
"inputs": ["**/*.{cjs,mjs,js,jsx,ts,tsx}"],
"outputs": [".eslintcache"]
"inputs": ["**/*.{cjs,mjs,js,jsx,ts,tsx}"]
},
"post-install": {
"dependsOn": ["^generate:data", "^build:icons"]
Expand Down

0 comments on commit ed74eb4

Please sign in to comment.