Skip to content

Commit cabeded

Browse files
committed
ci(0.76): add --verbose flag to nx release
1 parent ded247e commit cabeded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ado/templates/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ steps:
1212
displayName: Verify release config
1313
1414
- script: |
15-
yarn nx release --dry-run
15+
yarn nx release --dry-run --verbose
1616
displayName: Version and publish packages (dry run)
1717
condition: and(succeeded(), ne(variables['publish_react_native_macos'], '1'))
1818
1919
- script: |
20-
yarn nx release --yes
20+
yarn nx release --yes --verbose
2121
env:
2222
GITHUB_TOKEN: $(githubAuthToken)
2323
NODE_AUTH_TOKEN: $(npmAuthToken)

0 commit comments

Comments
 (0)