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

feature/default_network_editable
kumavis 7 years ago
parent ca035743c2
commit d4a41e0277
  1. 3
      test/integration/index.js

@ -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…
Cancel
Save