Skip to content

Commit

Permalink
Vendor yarn
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Oct 16, 2024
1 parent cb3efaa commit bede39e
Show file tree
Hide file tree
Showing 5 changed files with 932 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Default behaviour, for if core.autocrlf isn't set
* text=auto

/.yarn/** linguist-vendored
/.yarn/releases/* binary

# the linguist-vendored/linguist-generated attribute suppresses changes being
# displayed by default in pull requests.
/analysis/dist/*.js -diff linguist-generated
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
with:
node-version: latest

- run: corepack enable

- run: yarn install --immutable

- if: always()
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.turbo/
/.yarn/
/.yarn/*
!/.yarn/releases/
/node_modules/
925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.5.0.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 @@ -3,3 +3,5 @@ defaultSemverRangePrefix: ""
nodeLinker: node-modules

preferInteractive: true

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

0 comments on commit bede39e

Please sign in to comment.