Skip to content

Commit 1c0b0fe

Browse files
committed
wip: force yarn berry
1 parent 11d1ca7 commit 1c0b0fe

File tree

4 files changed

+879
-2
lines changed

4 files changed

+879
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ node_modules
44
dist/
55

66
# Yarn >2.0.0
7-
.yarn
7+
.yarn/*
8+
*/.yarn
9+
810
!.yarn/patches
911
!.yarn/plugins
1012
!.yarn/releases

.yarn/releases/yarn-3.4.1.cjs

Lines changed: 873 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
yarnPath: .yarn/releases/yarn-3.4.1.cjs

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,6 @@
119119
"filename": "CHANGELOG.md"
120120
}
121121
}
122-
}
122+
},
123+
"packageManager": "[email protected]"
123124
}

0 commit comments

Comments
 (0)