Skip to content

Commit 134e44f

Browse files
committed
Show build ID in build details
1 parent 5e1b3f6 commit 134e44f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commands/utils/polling.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ async function shortPolling(buildId, retries = 0, options) {
1616
console.log('[smartui] Build successful\n');
1717
console.log('[smartui] Build details:\n',
1818
'Build URL: ', response.data.buildURL, '\n',
19+
'Build ID: ', buildId, '\n',
1920
'Build Name: ', response.data.buildName, '\n',
2021
'Total Screenshots: ', response.data.totalScreenshots, '\n',
2122
'Approved: ', response.data.buildResults.approved, '\n',

0 commit comments

Comments
 (0)