cleanup
This commit is contained in:
@ -10,7 +10,6 @@ import {command} from "./npmci.command";
|
||||
import {install} from "./npmci.install";
|
||||
import {publish} from "./npmci.publish";
|
||||
import {prepare} from "./npmci.prepare";
|
||||
import {tag, retag} from "./npmci.tag";
|
||||
import {test} from "./npmci.test";
|
||||
import {trigger} from "./npmci.trigger";
|
||||
import * as NpmciEnv from "./npmci.env";
|
||||
|
@ -1,13 +0,0 @@
|
||||
import "typings-global";
|
||||
import * as plugins from "./npmci.plugins";
|
||||
import {prepare} from "./npmci.prepare";
|
||||
import {bash} from "./npmci.bash";
|
||||
import * as env from "./npmci.env";
|
||||
|
||||
export let tag = function(commandOptionArg){
|
||||
|
||||
}
|
||||
|
||||
export let retag = function(){
|
||||
|
||||
};
|
@ -1,8 +0,0 @@
|
||||
import * as plugins from "./npmci.plugins"
|
||||
import * as NpmciEnv from "./npmci.env";
|
||||
import {bashBare} from "./npmci.bash";
|
||||
import * as NpmciBuildDocker from "./npmci.build.docker";
|
||||
|
||||
export let testDocker = () => {
|
||||
|
||||
};
|
Reference in New Issue
Block a user