This commit is contained in:
2017-05-15 18:10:24 +02:00
parent b31cc4cbbf
commit 0694d3a393
4 changed files with 24 additions and 9 deletions

View File

@@ -25,6 +25,9 @@ smartcli.addCommand('build')
.then((argv) => {
build(argv._[ 1 ])
.then(NpmciEnv.configStore)
.catch(err => {
console.log(err)
})
})
// clean