Skip to content

Commit

Permalink
chore: use bunx for format script
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Apr 8, 2024
1 parent 41a15c4 commit 082040e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"package": "bun scripts/npm-package.js",
"test": "bun test tests/*.ts",
"test:e2e": "playwright test",
"format": "prettier --write .",
"format": "bunx --bun prettier --write .",
"astro": "astro",
"playwright": "playwright"
},
Expand Down

0 comments on commit 082040e

Please sign in to comment.