Skip to content

Commit

Permalink
fix: fix bun not work in CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsang4 committed Nov 22, 2023
1 parent 279bcd7 commit ef53db4
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 @@ -4,7 +4,7 @@
"scripts": {
"dev": "bunx --bun astro dev",
"start": "bunx --bun astro dev",
"build": "bunx --bun astro build",
"build": "astro build",
"preview": "astro preview",
"sync": "astro sync",
"astro": "astro",
Expand Down

0 comments on commit ef53db4

Please sign in to comment.