This commit is contained in:
2026-09-04 09:23:18 +08:00
parent f524298d95
commit 6c120c54f1
+4 -1
View File
@@ -34,7 +34,10 @@ jobs:
# run: docker --version
- name: 安装依赖
run: npm install -g pnpm && pnpm install --frozen-lockfile
run: |
npm config set registry https://registry.npmmirror.com
npm install -g pnpm
pnpm install --frozen-lockfile --network-timeout 600000
- name: Prisma generate
run: pnpm --filter @inkreach/api prisma:generate