diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fb60c2c6..3c0c52c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,10 @@ jobs: node-version: 20.x - name: Install Dependencies - run: npm install + run: | + npm install --production + npm install electron-app-universal-protocol-client + npm install - name: Build Release Files run: npm run build