Skip to content

Commit

Permalink
Updated codemagic.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshrvel committed Jun 5, 2022
1 parent c29f91d commit 2b426e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ workflows:
- name: Installing app packages
script: yarn
- name: Building the Package
# todo: replace `yarn build-no-verify` with `yarn package-mac` after testing
script: yarn build-no-verify
# todo: replace `yarn package-mac-no-verify` with `yarn package-mac` after testing
script: yarn package-mac-no-verify
- name: Build finished successfully
script: |
cd dist
Expand Down Expand Up @@ -107,8 +107,8 @@ workflows:
- name: Installing app packages
script: yarn
- name: Building the Package
# todo: replace `yarn build-no-verify` with `yarn package-mac` after testing
script: yarn build-no-verify
# todo: replace `yarn package-mac-no-verify` with `yarn package-mac` after testing
script: yarn package-mac-no-verify
- name: Build finished successfully
script: |
cd dist
Expand Down

0 comments on commit 2b426e4

Please sign in to comment.