improve bash, implement retagging

This commit is contained in:
2016-06-07 03:57:43 +02:00
parent 8dc0db3b71
commit 5a05092bc8
3 changed files with 74 additions and 33 deletions

View File

@@ -4,4 +4,5 @@ import * as plugins from "./npmci.plugins";
export let cwd = process.cwd();
export let NpmciPackageRoot = plugins.path.join(__dirname,"../");
export let NpmciPackageConfig = plugins.path.join(NpmciPackageRoot,"./config.json")
export let NpmciPackageConfig = plugins.path.join(NpmciPackageRoot,"./config.json");
export let NpmciProjectDir = process.cwd();