test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user