Skip to content

Commit d144367

Browse files
committed
use yarn berry
1 parent 702845c commit d144367

File tree

4 files changed

+20831
-15792
lines changed

4 files changed

+20831
-15792
lines changed

.yarnrc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ nodeLinker: node-modules
55
plugins:
66
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
77
spec: "@yarnpkg/plugin-workspace-tools"
8+
9+
yarnPath: .yarn/releases/yarn-3.1.1.cjs

package.json

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
"repository": {
66
"url": "https://github.com/tamagui/tamagui"
77
},
8-
"volta": {
9-
"node": "16.13.2",
10-
"yarn": "1.22.17"
11-
},
128
"workspaces": {
139
"packages": [
1410
"packages/*"

packages/site/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"version": "1.0.0-alpha.48",
44
"private": true,
55
"volta": {
6-
"node": "16.13.2",
7-
"yarn": "1.22.17"
6+
"node": "16.13.2"
87
},
98
"scripts": {
109
"dev": "NODE_ENV=development next dev --port 5005",

0 commit comments

Comments
 (0)