Skip to content

Commit

Permalink
fix: add yarn release
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianMazur committed Sep 4, 2024
1 parent 966bfd2 commit 95c6dfd
Show file tree
Hide file tree
Showing 3 changed files with 919 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ npm-debug.log*
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.yarnrc.yml
!.yarn/versions
893 changes: 893 additions & 0 deletions tests/scenario/yarn-pnp/app/.yarn/releases/yarn-4.1.1.cjs

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions tests/scenario/yarn-pnp/app/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
compressionLevel: mixed

enableGlobalCache: false

nmHoistingLimits: workspaces

nmSelfReferences: false

supportedArchitectures:
cpu:
- current
- x64
- x86
- arm64
- ia32
libc:
- glibc
- musl
os:
- current
- linux
- darwin
- win32

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

0 comments on commit 95c6dfd

Please sign in to comment.