File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7474
7575 - name : 📱 Run Android Build
7676 if : ${{ inputs.android == true }}
77- run : pnpm build:${{ inputs.environment }}:android --non-interactive --no-wait --message "Build ${{ inputs.environment }}"
77+ run : pnpm build:${{ inputs.environment }}:android --non-interactive --no-wait --message "Build ${{ inputs.environment }}" --local --non-interactive
7878
79- - name : 📱 Run IOS Build
80- if : ${{ inputs.ios == true }}
81- run : pnpm build:${{ inputs.environment }}:ios --non-interactive --no-wait --message "Build ${{ inputs.environment }}"
79+ # - name: 📱 Run IOS Build
80+ # if: ${{ inputs.ios == true }}
81+ # run: pnpm build:${{ inputs.environment }}:ios --non-interactive --no-wait --message "Build ${{ inputs.environment }}" --local --non-interactive
You can’t perform that action at this time.
0 commit comments