fix npmci command

This commit is contained in:
Philipp Kunz 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":

View File

@ -2,7 +2,7 @@ import "typings-global";
import * as plugins from "./npmci.plugins";
import {bash} from "./npmci.bash";
export let command = (commandArg) => {
export let command = () => {
let done = plugins.q.defer()
console.log(process.argv);
done.resolve();