File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -110,11 +110,11 @@ jobs:
110110 shell : bash
111111 run : |
112112 if [ "${{ matrix.os }}" == "macos-latest" ]; then
113- pnpm run app: build --target aarch64-apple-darwin
113+ pnpm run build --target aarch64-apple-darwin
114114 elif [ "${{ matrix.os }}" == "windows-latest-l" ]; then
115- pnpm run app: build --verbose
115+ pnpm run build --verbose
116116 else
117- pnpm run app: build --verbose --bundles appimage deb
117+ pnpm run build --verbose --bundles appimage deb
118118 fi
119119 working-directory : ./apps/poleshift-app
120120
Original file line number Diff line number Diff line change @@ -89,11 +89,11 @@ jobs:
8989 shell : bash
9090 run : |
9191 if [ "${{ matrix.os }}" == "macos-latest" ]; then
92- pnpm run app: build --target aarch64-apple-darwin
92+ pnpm run build --target aarch64-apple-darwin
9393 elif [ "${{ matrix.os }}" == "windows-latest-l" ]; then
94- pnpm run app: build --verbose
94+ pnpm run build --verbose
9595 else
96- pnpm run app: build --verbose --bundles appimage deb
96+ pnpm run build --verbose --bundles appimage deb
9797 fi
9898 working-directory : ./apps/poleshift-app
9999 env :
You can’t perform that action at this time.
0 commit comments