feat(ci): check rebuild-deps

This commit is contained in:
Elian Doran 2025-05-02 23:16:54 +03:00
parent a771006e6b
commit 3ea3ad1c1b
No known key found for this signature in database

View File

@ -35,6 +35,9 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: pnpm install --frozen-lockfile run: pnpm install --frozen-lockfile
- name: Check affected
run: pnpm nx affected -t=rebuild-deps
- name: Run the build - name: Run the build
uses: ./.github/actions/build-electron uses: ./.github/actions/build-electron
with: with: