From fa9b50f1443446458ad6d0db83ff58d11ed9075f Mon Sep 17 00:00:00 2001 From: Willin Wang Date: Thu, 28 Dec 2023 21:04:53 +0800 Subject: [PATCH] ci(web): :green_heart: fix build command --- apps/website/wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/wrangler.toml b/apps/website/wrangler.toml index 9239214..47abb2d 100644 --- a/apps/website/wrangler.toml +++ b/apps/website/wrangler.toml @@ -8,7 +8,7 @@ routes = [ { pattern = "sso.v0.md", custom_domain = true } ] site = { bucket = "./.cloudflare/public" } -# build = { command = "npm run build" } +build = { command = "bun run build" } [env.dev] workers_dev = true