Skip to content

Commit 2b39559

Browse files
committed
Run formatter.
1 parent 072bc34 commit 2b39559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "astro check && astro build && pnpm pagefind --site dist",
99
"preview": "astro preview",
1010
"astro": "astro",
11-
"format:files": "pnpm prettier --cache --config .prettierrc --write --log-level=error",
11+
"format:files": "pnpm prettier --config .prettierrc --write --log-level=error",
1212
"format": "pnpm run format:files ."
1313
},
1414
"dependencies": {

0 commit comments

Comments
 (0)