From aad30bc1e3fed82e0ae2564646030806bb36e388 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 20 Apr 2026 06:45:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=20CI=20=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E6=B5=81=E7=A8=8B=20-=20=E8=B7=B3=E8=BF=87=20tsc?= =?UTF-8?q?=EF=BC=8C=E7=9B=B4=E6=8E=A5=E8=BF=90=E8=A1=8C=20vite=20build?= =?UTF-8?q?=EF=BC=8C=E9=99=90=E5=88=B6=E5=86=85=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-docker-image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 5e591304e..02626c26e 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -28,9 +28,9 @@ jobs: run: | cd web npm install --global yarn - yarn - yarn build - cp -r build ../server/resource/ + yarn --frozen-lockfile --prefer-offline || yarn + node --max-old-space-size=4096 ./node_modules/.bin/vite build + cp -r dist ../server/resource/ - name: Get version id: version