Skip to content

Commit 1d85e97

Browse files
committed
chore: yarn
1 parent 096d468 commit 1d85e97

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

lerna.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"packages": [
33
"packages/*"
44
],
5-
"npmClient": "npm",
5+
"npmClient": "yarn",
6+
"useWorkspaces": true,
67
"command": {
78
"publish": {
89
"conventionalCommits": true,

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,8 @@
6464
"npm": "please use yarn or pnpm",
6565
"yarn": ">= 1.19.1",
6666
"pnpm": ">= 7.0.0"
67-
}
67+
},
68+
"workspaces": [
69+
"packages/*"
70+
]
6871
}

0 commit comments

Comments
 (0)