Skip to content

Commit

Permalink
Use git lfs in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdeepnanua-okta committed Oct 16, 2024
1 parent a621824 commit c22a513
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
install-yarn: true
node-version: 'latest'
- install_android_sdk
- run: brew install git-lfs
- run: git lfs install
- run: git lfs pull
- run: yarn install --frozen-lockfile
- run: yarn build
- run: gem install cocoapods
Expand Down
4 changes: 2 additions & 2 deletions e2e/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2328,7 +2328,7 @@ __metadata:

"@okta/okta-react-native@file:../dist::locator=e2e%40workspace%3A.":
version: 2.13.0
resolution: "@okta/okta-react-native@file:../dist#../dist::hash=83611a&locator=e2e%40workspace%3A."
resolution: "@okta/okta-react-native@file:../dist#../dist::hash=441271&locator=e2e%40workspace%3A."
dependencies:
"@babel/plugin-transform-async-to-generator": "npm:^7.24.7"
"@okta/configuration-validation": "npm:^1.1.0"
Expand All @@ -2340,7 +2340,7 @@ __metadata:
events: ^3.1.0
react: ^16.13.0 || ^17.0.0 || ^18.0.0
react-native: ">=0.70.1"
checksum: 10c0/c5d598bff7cac6f3cd5bdf0a0e3342823523edba873a2f39e59a4e96b1baf8b840b429e4a687a39e4d0e856d881fb2750eaa6114565fa0df813e6de83c3158d4
checksum: 10c0/349ed084c858372c50b7c17267057b94452fcddce32658f8801351a8b61a06362e468ddd2d5cfaf6c608110b6caef7ec59f045f5d563b21dd6653cfcc4a720d4
languageName: node
linkType: hard

Expand Down

0 comments on commit c22a513

Please sign in to comment.