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:
parent
ca035743c2
commit
d4a41e0277
@ -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)
|
||||
}
|
||||
)
|
Loading…
Reference in New Issue
Block a user