Skip to content

Commit 6dddb36

Browse files
authored
chore: relax frozen lockfile requirements (#2116)
1 parent f0def5c commit 6dddb36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/install-and-build-sdk/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ runs:
1414
- name: Install & Build the Native Package
1515
run: |
1616
cd package/native-package/
17-
yarn --frozen-lockfile
17+
yarn
1818
shell: bash
1919
- name: Install & Build the Expo Package
2020
run: |
2121
cd package/expo-package/
22-
yarn --frozen-lockfile
22+
yarn
2323
shell: bash
2424
- name: Install & Build the Sample App
2525
run: |
2626
cd examples/SampleApp/
27-
yarn --frozen-lockfile
27+
yarn
2828
shell: bash

0 commit comments

Comments
 (0)