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/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