now keeping track of what has been done during a build

This commit is contained in:
2016-06-05 23:24:11 +02:00
parent 334713a344
commit 198b35b0c6
7 changed files with 47 additions and 2 deletions

7
ts/npmci.paths.ts Normal file
View File

@@ -0,0 +1,7 @@
import "typings-global";
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")