update
This commit is contained in:
@@ -25,6 +25,9 @@ smartcli.addCommand('build')
|
||||
.then((argv) => {
|
||||
build(argv._[ 1 ])
|
||||
.then(NpmciEnv.configStore)
|
||||
.catch(err => {
|
||||
console.log(err)
|
||||
})
|
||||
})
|
||||
|
||||
// clean
|
||||
|
||||
Reference in New Issue
Block a user