Skip to content

Commit

Permalink
fix: version --yes
Browse files Browse the repository at this point in the history
  • Loading branch information
xuying.xu committed Oct 15, 2024
1 parent a6b159d commit 2e58866
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
{
"npmClient": "yarn",
"packages": [
"packages/*"
],
"version": "5.7.2",
"packages": ["packages/*"],
"version": "5.7.0",
"command": {
"bootstrap": {
"ci": false,
"npmClientArgs": [
"--no-package-lock"
]
"npmClientArgs": ["--no-package-lock"]
},
"publish": {
"commitHooks": false,
Expand All @@ -18,4 +14,4 @@
"exact": true
}
}
}
}

0 comments on commit 2e58866

Please sign in to comment.