Skip to content

Commit

Permalink
Merge pull request #374 from ganeshrvel/release/3.2.23
Browse files Browse the repository at this point in the history
codemagic ci to install [email protected] globally using yarn
  • Loading branch information
ganeshrvel authored Jun 12, 2024
2 parents b51494c + 38f18f6 commit edde3cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ definitions:
- &install_global_packages
name: Installing global packages
script: npm install -g [email protected] yarn @sentry/cli node-gyp zx yarn --force
script: |
npm install -g [email protected] yarn @sentry/cli node-gyp zx yarn --force
yarn global add [email protected]
- &install_app_packages
name: Installing app packages
Expand Down

0 comments on commit edde3cb

Please sign in to comment.