Skip to content

Commit

Permalink
build: update yarn4 (#2503)
Browse files Browse the repository at this point in the history
  • Loading branch information
devcui committed Aug 21, 2024
1 parent f145be2 commit ba931f1
Show file tree
Hide file tree
Showing 3 changed files with 910 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,15 @@ Thumbs.db
/yarn.lock

/yelon-builds


# Yarn
# yarn.lock
yarn-error.log
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.pnp.*
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
enableImmutableInstalls: false

nodeLinker: node-modules

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

0 comments on commit ba931f1

Please sign in to comment.