@@ -34,10 +34,10 @@ jobs:
|
||||
# run: docker --version
|
||||
|
||||
- name: 安装依赖
|
||||
run: |
|
||||
npm config set registry https://registry.npmmirror.com
|
||||
npm install -g pnpm
|
||||
pnpm install --frozen-lockfile --network-timeout 600000
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user