now keeping track of what has been done during a build
This commit is contained in:
7
ts/npmci.paths.ts
Normal file
7
ts/npmci.paths.ts
Normal 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")
|
||||
Reference in New Issue
Block a user