Skip to content

Commit

Permalink
Make yarn great again (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
noisekit authored Sep 10, 2024
1 parent d7fefb2 commit 285e55e
Show file tree
Hide file tree
Showing 5 changed files with 927 additions and 15 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ commands:
keys:
- yarn-{{ .Environment.YARN_CACHE_VERSION }}-{{ checksum "/tmp/month.txt" }}-{{ checksum "yarn.lock" }}
- yarn-{{ .Environment.YARN_CACHE_VERSION }}-{{ checksum "/tmp/month.txt" }}-
- run:
name: 'corepack enable'
command: |-
if command -v sudo; then
sudo corepack enable
else
corepack enable
fi
- run: corepack install
- run: yarn -v
- run: yarn install --immutable
- save_cache:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release-governance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
ref: '${{ github.sha }}'
ssh-key: '${{ secrets.V3UI_SSH_KEY }}'

- run: corepack enable && corepack install
working-directory: v3ui

- run: yarn workspaces focus @snx-v3/governance
working-directory: v3ui

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release-liquidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
ref: '${{ github.sha }}'
ssh-key: '${{ secrets.V3UI_SSH_KEY }}'

- run: corepack enable && corepack install
working-directory: v3ui

- run: yarn workspaces focus @snx-v3/liquidity
working-directory: v3ui

Expand Down
925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.1.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ supportedArchitectures:
os:
- darwin
- linux

yarnPath: .yarn/releases/yarn-4.4.1.cjs

0 comments on commit 285e55e

Please sign in to comment.