This commit is contained in:
2017-07-27 14:49:54 +02:00
parent c059dff5e0
commit c9b08b9f9d
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ smartcli.addVersion(npmciInfo.version)
// build
smartcli.addCommand('build')
.then(async (argvArg) => {
.then(async argvArg => {
let modBuild = await npmciMods.modBuild.load()
await modBuild.build(argvArg)
NpmciEnv.configStore()