Skip to content

Commit 4a6b6cb

Browse files
committed
feat: upgrade prettier and add --cache
This uses the `--cache` flag with `prettier --check` to cache the results and speed up subsequent runs.
1 parent 9c0cc65 commit 4a6b6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"check:all": "yarn format:check && yarn lint && yarn test",
1010
"chromatic": "chromatic",
1111
"dev": "vite",
12-
"format:check": "prettier --check '**/*.{css,html,js,json,jsx,md,ts,tsx,yaml,yml}'",
12+
"format:check": "prettier --cache --check '**/*.{css,html,js,json,jsx,md,ts,tsx,yaml,yml}'",
1313
"format:types": "prettier --write 'src/api/typesGenerated.ts'",
1414
"format:write": "prettier --write '**/*.{css,html,js,json,jsx,md,ts,tsx,yaml,yml}'",
1515
"lint": "jest --selectProjects lint",

0 commit comments

Comments
 (0)