Skip to content

Commit

Permalink
Fix lerna config for the major release
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Sep 25, 2023
1 parent 9a9d096 commit 10f08ff
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"npmClient": "yarn",
"useNx": true,
"version": "1.11.1",
"stream": "true",
"stream": true,
"command": {
"version": {
"message": "chore(release): %s"
}
}
},
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}

0 comments on commit 10f08ff

Please sign in to comment.