now has working dockerBuildArgEnvMap
This commit is contained in:
2
dist/npmci.config.d.ts
vendored
2
dist/npmci.config.d.ts
vendored
@@ -2,7 +2,7 @@ import { KeyValueStore } from 'npmextra';
|
||||
export interface INpmciOptions {
|
||||
npmGlobalTools: string[];
|
||||
dockerRegistryRepoMap: any;
|
||||
dockerEnvBuildargMap: any;
|
||||
dockerBuildargEnvMap: any;
|
||||
}
|
||||
export declare let kvStorage: KeyValueStore;
|
||||
export declare let configObject: INpmciOptions;
|
||||
|
||||
Reference in New Issue
Block a user