Skip to content

Commit f96b091

Browse files
authored
chore: verbose npm publish output for debugging (#271)
1 parent 3c78f63 commit f96b091

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Publish package
5454
env:
5555
NPM_CONFIG_PROVENANCE: true
56-
run: npm publish --tag prerelease
56+
run: npm publish --verbose --tag prerelease
5757

5858
- name: Commit and push package modifications
5959
run: |

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Publish package
7070
env:
7171
NPM_CONFIG_PROVENANCE: true
72-
run: npm publish
72+
run: npm publish --verbose
7373

7474
- name: Commit and push package modifications
7575
run: |

0 commit comments

Comments
 (0)