Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 3ea3ad1

Browse files
committed
feat(ci): check rebuild-deps
1 parent a771006 commit 3ea3ad1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dev.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- name: Install dependencies
3636
run: pnpm install --frozen-lockfile
3737

38+
- name: Check affected
39+
run: pnpm nx affected -t=rebuild-deps
40+
3841
- name: Run the build
3942
uses: ./.github/actions/build-electron
4043
with:

0 commit comments

Comments
 (0)