From ef53db453f0dd77554b2d93944be1f05c330fcc5 Mon Sep 17 00:00:00 2001 From: jtsang4 Date: Thu, 23 Nov 2023 00:30:39 +0800 Subject: [PATCH] fix: fix bun not work in CI issue --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d3142c..d2c967f 100644 --- a/package.json +++ b/package.json @@ -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",