Skip to content

Commit

Permalink
chore(workspace): Added publish command to lerna
Browse files Browse the repository at this point in the history
Signed-off-by: Antonette Caldwell <[email protected]>
  • Loading branch information
nebula-aac committed Sep 28, 2023
1 parent eef0557 commit 4b6a1fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "independent",
"command": {
"publish": {
"registry": "https://registry.npmjs.org"
}
},
"npmClient": "yarn"
}

0 comments on commit 4b6a1fe

Please sign in to comment.