fix(ci): failing due to electron-rebuild

This commit is contained in:
Elian Doran
2025-09-28 00:07:30 +03:00
parent 159fab41ce
commit b3dfdacdc3
2 changed files with 11 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm install --filter website... --frozen-lockfile
run: pnpm install --filter website --frozen-lockfile
- name: Build the website
run: pnpm website:build