exframe-testing
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -119,2 +119,4 @@ #!/usr/bin/env node | ||
if (!argv.l) { | ||
log.info('Updating docker images'); | ||
childProcess.spawnSync('docker-compose', ['pull']); | ||
log.info('Bringing up the environment'); | ||
@@ -121,0 +123,0 @@ if (argv.build) { |
{ | ||
"name": "exframe-testing", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"bin": { | ||
@@ -5,0 +5,0 @@ "exframe-testing": "./cli.js" |
14435
199