fix: add verbose lerna loglevel on publishing for debug purposes

This commit is contained in:
Karol Sójko
2022-07-05 10:57:39 +02:00
parent 354fb13256
commit d311ce40b9
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
"prepare": "husky install",
"reset": "find . -type dir -name node_modules | xargs rm -rf && rm -rf yarn.lock && yarn install",
"release:prod": "lerna version --conventional-commits --yes -m \"chore(release): publish\"",
"publish:prod": "lerna publish from-git --yes --no-verify-access",
"publish:prod": "lerna publish from-git --yes --no-verify-access --loglevel verbose",
"version": "yarn install --no-immutable && git add yarn.lock",
"postversion": "./scripts/push-tags-one-by-one.sh",
"workspace:list": " yarn lerna list -all",