-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
55e8ee2
commit fb32dab
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,11 @@ version: 2.1 | |
orbs: | ||
rn: react-native-community/[email protected] | ||
commands: | ||
# This command is taken directly from the react-native-circleci-orb | ||
# https://github.com/react-native-community/react-native-circleci-orb/blob/master/src/commands/yarn_install.yml | ||
# | ||
# There is an open PR to add the `yarn-Install_directory` parameter | ||
# https://github.com/react-native-community/react-native-circleci-orb/pull/124 | ||
yarn_install: | ||
description: Install Javascript dependencies using Yarn. This command correctly configures the cache for any number of package.json and yarn.lock files. | ||
parameters: | ||
|
@@ -92,9 +96,9 @@ jobs: | |
yarn_install_directory: examples/purchaseTesterTypescript | ||
cache_folder: ~/.cache/yarn | ||
- rn/pod_install: | ||
pod_install_directory: examples/purchaseTester | ||
pod_install_directory: examples/purchaseTester/ios | ||
- rn/pod_install: | ||
pod_install_directory: examples/purchaseTesterTypescript | ||
pod_install_directory: examples/purchaseTesterTypescript/ios | ||
- rn/ios_build: | ||
build_configuration: Release | ||
device: iPhone 11 Pro | ||
|