feat: Thêm bước build các gói chia sẻ vào các workflow CI.
This commit is contained in:
3
.github/workflows/ci-iam-service.yml
vendored
3
.github/workflows/ci-iam-service.yml
vendored
@@ -47,6 +47,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Build shared packages
|
||||
run: pnpm --filter './packages/*' build
|
||||
|
||||
- name: Generate Prisma Client
|
||||
run: pnpm --filter @goodgo/iam-service prisma:generate
|
||||
env:
|
||||
|
||||
3
.github/workflows/ci-web.yml
vendored
3
.github/workflows/ci-web.yml
vendored
@@ -30,6 +30,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Build shared packages
|
||||
run: pnpm --filter './packages/*' build
|
||||
|
||||
- name: Lint Web Admin
|
||||
run: pnpm --filter @goodgo/web-admin lint || echo "Skipped"
|
||||
|
||||
|
||||
3
.github/workflows/pr-checks.yml
vendored
3
.github/workflows/pr-checks.yml
vendored
@@ -24,6 +24,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Build shared packages
|
||||
run: pnpm --filter './packages/*' build
|
||||
|
||||
- name: Lint all
|
||||
run: pnpm lint
|
||||
|
||||
|
||||
Reference in New Issue
Block a user