We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096d468 commit 1d85e97Copy full SHA for 1d85e97
lerna.json
@@ -2,7 +2,8 @@
2
"packages": [
3
"packages/*"
4
],
5
- "npmClient": "npm",
+ "npmClient": "yarn",
6
+ "useWorkspaces": true,
7
"command": {
8
"publish": {
9
"conventionalCommits": true,
package.json
@@ -64,5 +64,8 @@
64
"npm": "please use yarn or pnpm",
65
"yarn": ">= 1.19.1",
66
"pnpm": ">= 7.0.0"
67
- }
+ },
68
+ "workspaces": [
69
+ "packages/*"
70
+ ]
71
}
0 commit comments