Skip to content

Commit 153ba62

Browse files
committed
Update ci.yaml
1 parent 0ca0daf commit 153ba62

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,14 @@ jobs:
2525
- name: Setup
2626
uses: ./.github/actions/setup-node-pnpm-install
2727

28+
- name: Build
29+
run: pnpm build
30+
2831
- name: Lint
29-
run: pnpm build && pnpm lint && pnpm lint-monorepo
32+
run: pnpm lint
33+
34+
- name: Lint Monorepo
35+
run: pnpm lint-monorepo
3036

3137
test:
3238
runs-on: ubuntu-latest
@@ -36,7 +42,7 @@ jobs:
3642
- name: Setup
3743
uses: ./.github/actions/setup-node-pnpm-install
3844

39-
- name: Build all packages
45+
- name: Build
4046
run: pnpm build
4147

4248
- name: Test

0 commit comments

Comments
 (0)