fix typo
This commit is contained in:
@ -3,5 +3,5 @@ import * as plugins from "./npmci.plugins";
|
||||
|
||||
export let cwd = process.cwd();
|
||||
|
||||
export let NpmciPackageRoot = plugins.path.join(__dirname,"../");#
|
||||
export let NpmciPackageRoot = plugins.path.join(__dirname,"../");
|
||||
export let NpmciPackageConfig = plugins.path.join(NpmciPackageRoot,"./config.json")
|
Reference in New Issue
Block a user