cli-eb-test
Advanced tools
Comparing version 2.20.0 to 2.21.0
@@ -34,3 +34,3 @@ const exec = require('child_process').exec | ||
} | ||
const contents = `node ${paths.updater} && ${paths.core}` | ||
const contents = `node ${paths.updater} && ${paths.core} "$@"` | ||
@@ -37,0 +37,0 @@ fs.writeFileSync(paths.runner, contents) |
{ | ||
"name": "cli-eb-test", | ||
"version": "2.20.0", | ||
"version": "2.21.0", | ||
"description": "A command-line tool for installation and customisation of the DADI platform", | ||
@@ -5,0 +5,0 @@ "bin": { |
7265