fix npmci command

This commit is contained in:
2016-06-11 20:30:35 +02:00
parent e81592ae38
commit b22b2fa802
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ switch (command){
.then(NpmciEnv.configStore);
break;
case "command":
command()
command2()
.then(NpmciEnv.configStore);
break;
case "install":