Skip to content

Commit 38315ef

Browse files
committed
chore: use bun runtime
1 parent bc13120 commit 38315ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"author": "Eric Liu (https://github.com/metonym)",
77
"type": "module",
88
"scripts": {
9-
"dev": "astro dev",
10-
"build": "astro build",
9+
"dev": "bunx --bun astro dev",
10+
"build": "bunx --bun astro build",
1111
"build:lib": "node scripts",
1212
"package": "node scripts/npm-package",
1313
"test": "bun test tests/*.ts",

0 commit comments

Comments
 (0)