Skip to content

Commit

Permalink
chore(repo): add verbose level to lerna
Browse files Browse the repository at this point in the history
fix #415

Signed-off-by: Antonette Caldwell <[email protected]>
  • Loading branch information
nebula-aac committed Dec 11, 2023
1 parent 9ac8bc7 commit 35ee4e4
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,19 @@
"publish": {
"conventionalCommits": true,
"message": "chore(release): publish",
"registry": "https://registry.npmjs.org"
"registry": "https://registry.npmjs.org",
"loglevel": "verbose"
}
},
"npmClient": "yarn"
"npmClient": "yarn",
"ignoreChanges": [
"CHANGELOG.md",
"packages/**/CHANGELOG.md",
"node_modules/**",
"package.json",
"*.md",
".github/**",
"packages/**/.eslintrc.js",
"packages/**/.gitignore"
]
}

0 comments on commit 35ee4e4

Please sign in to comment.