Skip to content

Commit

Permalink
chore(audit-service): changes to publish only audit service
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshamavani committed Jun 26, 2024
1 parent eba9eb2 commit 0f15ecb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
15 changes: 3 additions & 12 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,15 @@
{
"packages": [
"packages/core",
"packages/cli",
"packages/cache",
"packages/feature-toggle",
"packages/custom-sf-changelog/",
"services/*",
"facades/*",
"sandbox/**"
],
"packages": ["services/audit-service"],
"command": {
"version": {
"conventionalCommits": true,
"message": "chore: publish release",
"allowBranch": "master"
"allowBranch": "audit-service-v10"
},
"publish": {
"conventionalCommits": true,
"message": "chore: publish release",
"allowBranch": "master",
"allowBranch": "audit-service-v10",
"noPrivate": true,
"graphType": "all"
},
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0f15ecb

Please sign in to comment.