remove debug messages
This commit is contained in:
@ -12,7 +12,6 @@ export type TBuildService = 'docker'
|
||||
* builds for a specific service
|
||||
*/
|
||||
export let build = async (argvArg): Promise<void> => {
|
||||
console.log(argvArg)
|
||||
let whatToPublish: string = argvArg._[1]
|
||||
switch (whatToPublish) {
|
||||
case 'docker':
|
||||
|
@ -14,7 +14,6 @@ smartcli.addVersion(npmciInfo.version)
|
||||
smartcli.addCommand('build')
|
||||
.then(async argvArg => {
|
||||
let modBuild = await npmciMods.modBuild.load()
|
||||
console.log(argvArg)
|
||||
await modBuild.build(argvArg)
|
||||
NpmciEnv.configStore()
|
||||
}).catch(err => {
|
||||
|
Reference in New Issue
Block a user