We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49f23a3 + 134e44f commit 80e7260Copy full SHA for 80e7260
commands/utils/polling.js
@@ -16,6 +16,7 @@ async function shortPolling(buildId, retries = 0, options) {
16
console.log('[smartui] Build successful\n');
17
console.log('[smartui] Build details:\n',
18
'Build URL: ', response.data.buildURL, '\n',
19
+ 'Build ID: ', buildId, '\n',
20
'Build Name: ', response.data.buildName, '\n',
21
'Total Screenshots: ', response.data.totalScreenshots, '\n',
22
'Approved: ', response.data.buildResults.approved, '\n',
0 commit comments