mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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,
|
writeStream,
|
||||||
(err) => {
|
(err) => {
|
||||||
if (err) throw 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