Skip to content

Commit 50cc097

Browse files
committed
chore(package): update format script to target specific file types
1 parent e4acead commit 50cc097

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
"start": "next start",
99
"preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
1010
"postinstall": "fumadocs-mdx",
11-
"format": "prettier --write ."
11+
"format": "prettier --write \"**/*.{ts,tsx,md}\""
1212
},
1313
"dependencies": {
1414
"@icons-pack/react-simple-icons": "^12.8.0",

0 commit comments

Comments
 (0)