From 684a86208d534d77d03ad05a0253868059bde279 Mon Sep 17 00:00:00 2001 From: RyRh <3123294924@qq.com> Date: Fri, 4 Sep 2026 09:47:16 +0800 Subject: [PATCH] test6 --- .gitea/workflows/ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 98f42d3..45046ff 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -35,8 +35,9 @@ jobs: - name: 安装依赖 run: | - npm install -g @pnpm/exe - pnpm install --frozen-lockfile --registry=https://registry.npmmirror.com --network-timeout 600000 + npm install -g @pnpm/exe + pnpm install --frozen-lockfile --registry=https://registry.npmmirror.com + - name: Prisma generate run: pnpm --filter @inkreach/api prisma:generate