File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ jobs:
205
205
- name : init ios
206
206
if : matrix.ios
207
207
run : |
208
- pnpm tauri ios init
208
+ pnpm tauri ios init --verbose
209
209
210
210
- name : download iOS platform
211
211
if : matrix.ios
@@ -217,6 +217,11 @@ jobs:
217
217
run : |
218
218
git checkout -- ./src-tauri/gen/apple
219
219
220
+ - name : build web
221
+ if : matrix.ios
222
+ run : |
223
+ pnpm build
224
+
220
225
- name : Tauri info
221
226
run : |
222
227
pnpm tauri info
Original file line number Diff line number Diff line change 7
7
"frontendDist" : " ../dist" ,
8
8
"devUrl" : " http://127.0.0.1:8888" ,
9
9
"beforeDevCommand" : " pnpm dev" ,
10
- "beforeBuildCommand" : " pnpm build"
10
+ "beforeBuildCommand" : " echo 'skipping web build' || pnpm build"
11
11
},
12
12
"app" : {
13
13
"windows" : [
You can’t perform that action at this time.
0 commit comments