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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy