Skip to content

Commit

Permalink
chore: use yarn 3
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Nov 17, 2023
1 parent d2b86cc commit 7751f67
Show file tree
Hide file tree
Showing 5 changed files with 12,582 additions and 8,099 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ jobs:
- name: Install deps
run: yarn

- name: Install solidity
run: yarn global add [email protected]

- name: Run hardhat compile and tests coverage
run: |
yarn hardhat compile && yarn hardhat test
546 changes: 546 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

785 changes: 785 additions & 0 deletions .yarn/releases/yarn-3.2.0.cjs

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.2.0.cjs
Loading

0 comments on commit 7751f67

Please sign in to comment.