Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit88f7505

Browse files
authored
feat: upgrade prettier and add --cache (#4543)
This uses the `--cache` flag with `prettier --check` to cache theresults and speed up subsequent runs.
1 parentbf0aca3 commit88f7505

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)

[8]ページ先頭

©2009-2025 Movatter.jp