Skip to content

Commit

Permalink
chore: avoid yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
facuspagnuolo committed Nov 13, 2023
1 parent 94535b2 commit d28228d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up environment
uses: ./.github/actions/setup
- name: Install
run: yarn
- name: Build
run: yarn build
2 changes: 1 addition & 1 deletion packages/connectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prepare": "yarn build"
},
"dependencies": {
"@mimic-fi/erc4626-adapter": "git+ssh://github.com/mimic-fi/erc4626-adapter.git#main",
"@mimic-fi/erc4626-adapter": "git+https://github.com/mimic-fi/erc4626-adapter.git#main",
"@mimic-fi/v3-helpers": "0.1.0",
"@openzeppelin/contracts": "4.9.3"
},
Expand Down

0 comments on commit d28228d

Please sign in to comment.