From 10f392642af301d9225746fe79ffbd1c7548f8ec Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 19 Apr 2025 15:37:44 +0300 Subject: [PATCH] fix(monorepo/server): try to fix npm ci error due to monorepo dep --- .github/actions/build-electron/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-electron/action.yml b/.github/actions/build-electron/action.yml index 5e27efaa9..228ea91af 100644 --- a/.github/actions/build-electron/action.yml +++ b/.github/actions/build-electron/action.yml @@ -75,7 +75,7 @@ runs: # Build setup - name: Install dependencies shell: ${{ inputs.shell }} - run: npm ci + run: npm ci --workspaces - name: Update build info shell: ${{ inputs.shell }}