Skip to content

Commit

Permalink
Merge pull request #112 from WalletConnect/chore/yarn
Browse files Browse the repository at this point in the history
Chore/yarn
  • Loading branch information
ignaciosantise authored Dec 13, 2023
2 parents 91d9d6b + f726e1b commit f8192a6
Show file tree
Hide file tree
Showing 13 changed files with 25,003 additions and 163,956 deletions.
3 changes: 1 addition & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ runs:
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: |
yarn install --cwd example --frozen-lockfile
yarn install --frozen-lockfile
yarn install --immutable
shell: bash
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,12 @@ yarn-error.log*
.settings
local.properties
android.iml

# yarn
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
Loading

0 comments on commit f8192a6

Please sign in to comment.