diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1bb202bb..63acdb17 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: python-version: '3.11' - name: Install dependencies - run: npm ci --ignore-scripts + run: npm ci - name: Install app dependencies run: npx electron-builder install-app-deps @@ -89,7 +89,7 @@ jobs: python-version: '3.11' - name: Install dependencies - run: npm ci + run: npm ci --ignore-scripts - name: Install app dependencies run: npx electron-builder install-app-deps