1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 01:39:44 +01:00

test - integration - build - manually exit from test builder + add bundle destination log

This commit is contained in:
kumavis 2017-09-11 16:32:07 -07:00
parent ca035743c2
commit d4a41e0277

View File

@ -20,6 +20,7 @@ pump(
writeStream,
(err) => {
if (err) throw err
console.log('bundle completed.')
console.log(`Integration test build completed: "${bundlePath}"`)
process.exit(0)
}
)