Skip to content

Commit

Permalink
make packages public
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <mirko.mollik@fit.fraunhofer.de>
  • Loading branch information
cre8 committed Feb 21, 2024
1 parent 79373aa commit 9d74a3e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
"npmClient": "pnpm",
"exact": true,
"message": "chore(release): %s",
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"command": {
"publish": {
"conventionalCommits": true
"conventionalCommits": true,
"access": "public"
}
}
}

0 comments on commit 9d74a3e

Please sign in to comment.