fix npmci command
This commit is contained in:
parent
e81592ae38
commit
b22b2fa802
@ -42,7 +42,7 @@ switch (command){
|
|||||||
.then(NpmciEnv.configStore);
|
.then(NpmciEnv.configStore);
|
||||||
break;
|
break;
|
||||||
case "command":
|
case "command":
|
||||||
command()
|
command2()
|
||||||
.then(NpmciEnv.configStore);
|
.then(NpmciEnv.configStore);
|
||||||
break;
|
break;
|
||||||
case "install":
|
case "install":
|
||||||
|
@ -2,7 +2,7 @@ import "typings-global";
|
|||||||
import * as plugins from "./npmci.plugins";
|
import * as plugins from "./npmci.plugins";
|
||||||
import {bash} from "./npmci.bash";
|
import {bash} from "./npmci.bash";
|
||||||
|
|
||||||
export let command = (commandArg) => {
|
export let command = () => {
|
||||||
let done = plugins.q.defer()
|
let done = plugins.q.defer()
|
||||||
console.log(process.argv);
|
console.log(process.argv);
|
||||||
done.resolve();
|
done.resolve();
|
||||||
|
Loading…
Reference in New Issue
Block a user