Skip to content

Commit

Permalink
Test without lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyod committed Nov 22, 2023
1 parent daa1b0a commit aa6a510
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 24,106 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
cache: "yarn"
cache-dependency-path: |
yarn.lock
${{ matrix.scheme }}/yarn.lock
- name: Install package node dependencies
run: yarn install --frozen-lockfile
- name: Publish package locally
Expand All @@ -54,7 +53,7 @@ jobs:
run: yarn dlx yalc add rn-tvos-tab-bar
- name: Install example project node dependencies
working-directory: ${{ matrix.scheme }}
run: yarn install --frozen-lockfile
run: yarn install
- name: Install pods
working-directory: ${{ matrix.scheme }}/ios
run: ${{ matrix.pod_install_command }}
Expand Down
1 change: 1 addition & 0 deletions FabricTvOSExample/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ buck-out/
.yarn/install-state.gz
.yarn/build-state.yml
.yarn/unplugged
yarn.lock

#yalc
.yalc
Expand Down
Loading

0 comments on commit aa6a510

Please sign in to comment.