Skip to content

Commit 5f1b161

Browse files
committed
chore: ensure bun runtime in docs
1 parent 5a7c6a5 commit 5f1b161

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"version": "0.0.1",
55
"private": true,
66
"scripts": {
7-
"dev": "astro dev",
8-
"start": "astro dev",
9-
"build": "astro build",
10-
"preview": "astro preview",
11-
"astro": "astro"
7+
"dev": "bunx --bun astro dev",
8+
"start": "bunx --bun astro dev",
9+
"build": "bunx --bun astro build",
10+
"preview": "bunx --bun astro preview",
11+
"astro": "bunx --bun astro"
1212
},
1313
"dependencies": {
1414
"@astrojs/mdx": "^4.3.0",

0 commit comments

Comments
 (0)