We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a249f commit 2d1a3c8Copy full SHA for 2d1a3c8
.github/workflows/build-electron-mac.yml
@@ -28,4 +28,4 @@ jobs:
28
working-directory: ./demos/with-electron
29
run: |
30
pnpm install --no-frozen-lockfile
31
- pnpm run build:mac
+ pnpm run build
.github/workflows/build-electron.yml
@@ -27,8 +27,8 @@ jobs:
27
with:
version: 8
- - name: Install Dependencies
- run: pnpm install
32
-
33
- - name: Build Release Files
34
- run: pnpm run build
+ - name: Build with-electron
+ working-directory: ./demos/with-electron
+ run: |
+ pnpm install --no-frozen-lockfile
0 commit comments