fix: add verbose lerna loglevel on publishing for debug purposes
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -41,4 +41,4 @@ jobs:
|
|||||||
- name: Bump Prod Version
|
- name: Bump Prod Version
|
||||||
run: |
|
run: |
|
||||||
yarn release:prod
|
yarn release:prod
|
||||||
yarn publish:prod
|
yarn publish:prod
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
"reset": "find . -type dir -name node_modules | xargs rm -rf && rm -rf yarn.lock && yarn 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\"",
|
"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",
|
"version": "yarn install --no-immutable && git add yarn.lock",
|
||||||
"postversion": "./scripts/push-tags-one-by-one.sh",
|
"postversion": "./scripts/push-tags-one-by-one.sh",
|
||||||
"workspace:list": " yarn lerna list -all",
|
"workspace:list": " yarn lerna list -all",
|
||||||
|
|||||||
Reference in New Issue
Block a user