test
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import "typings-global";
|
||||
import * as plugins from "./npmci.plugins";
|
||||
import 'typings-global'
|
||||
import * as plugins from './npmci.plugins'
|
||||
|
||||
export let cwd = process.cwd();
|
||||
export let cwd = process.cwd()
|
||||
|
||||
export let NpmciPackageRoot = plugins.path.join(__dirname,"../");
|
||||
export let NpmciPackageConfig = plugins.path.join(NpmciPackageRoot,"./config.json");
|
||||
export let NpmciProjectDir = cwd;
|
||||
export let NpmciTestDir = plugins.path.join(cwd,"./test");
|
||||
export let NpmciPackageRoot = plugins.path.join(__dirname,'../')
|
||||
export let NpmciPackageConfig = plugins.path.join(NpmciPackageRoot,'./config.json')
|
||||
export let NpmciProjectDir = cwd
|
||||
export let NpmciTestDir = plugins.path.join(cwd,'./test')
|
||||
|
||||
Reference in New Issue
Block a user