From 5d2ece9f80b30d4d5b226e65f67d6a8087151b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=A9=98?= Date: Mon, 13 Apr 2026 09:20:27 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20fix=20CD=20=E2=80=94=20install=20UI=20dep?= =?UTF-8?q?endencies=20before=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 小橘 🍊 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c54fe4a..fe89690 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: node-version: 22 - run: npm install - name: Build UI - run: cd packages/engine/ui && npm run build && cp dist/index.html ../src/ui.html + run: cd packages/engine/ui && npm install && npm run build && cp dist/index.html ../src/ui.html - name: Deploy to Cloudflare Workers run: cd packages/engine && npx wrangler deploy env: