Skip to content

Commit 082040e

Browse files
committed
chore: use bunx for format script
1 parent 41a15c4 commit 082040e

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
@@ -12,7 +12,7 @@
1212
"package": "bun scripts/npm-package.js",
1313
"test": "bun test tests/*.ts",
1414
"test:e2e": "playwright test",
15-
"format": "prettier --write .",
15+
"format": "bunx --bun prettier --write .",
1616
"astro": "astro",
1717
"playwright": "playwright"
1818
},

0 commit comments

Comments
 (0)