From 705dae5700b669609abf4a7235338bb95dcc42f8 Mon Sep 17 00:00:00 2001 From: shinya Date: Sat, 28 Jun 2025 23:42:22 +0800 Subject: [PATCH] fix: cf pages build command --- wrangler.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index f3b3d2d..398fe08 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -5,7 +5,4 @@ compatibility_date = "2025-06-28" pages_build_output_dir = ".vercel/output/static" # 开启 Node.js API 兼容层(next-on-pages 已自动注入所需 polyfill) -compatibility_flags = ["nodejs_compat"] - -[build] -command = "pnpm install --frozen-lockfile && pnpm run pages:build" \ No newline at end of file +compatibility_flags = ["nodejs_compat"] \ No newline at end of file