Skip to content

Commit cc67907

Browse files
committed
fix: repair
1 parent aeab9f9 commit cc67907

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lerna.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"packages": ["packages/*"],
3-
"useWorkspaces": true,
2+
"packages": [
3+
"packages/*"
4+
],
45
"npmClient": "pnpm",
56
"version": "independent",
67
"command": {
@@ -11,5 +12,6 @@
1112
"version": {
1213
"message": "chore(release): publish"
1314
}
14-
}
15+
},
16+
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1517
}

0 commit comments

Comments
 (0)