Skip to content

Commit c70e9ff

Browse files
committed
chore: use bun command [ci skip]
1 parent 93f6056 commit c70e9ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"author": "Eric Liu (https://github.com/metonym)",
77
"type": "module",
88
"scripts": {
9-
"dev": "bunx --bun astro dev",
10-
"build": "bunx --bun astro build",
9+
"dev": "bun --bun astro dev",
10+
"build": "bun --bun astro build",
1111
"build:lib": "bun scripts/index.ts",
1212
"package": "bun scripts/npm-package.ts",
1313
"test:unit": "bun test tests/*.ts",
1414
"test:e2e": "playwright test",
15-
"format": "bunx --bun prettier --write .",
15+
"format": "bun --bun prettier --write .",
1616
"astro": "astro",
1717
"playwright": "playwright"
1818
},

0 commit comments

Comments
 (0)