switch to seperate build/test commands to inrpove speed
This commit is contained in:
2
dist/npmts.config.d.ts
vendored
2
dist/npmts.config.d.ts
vendored
@@ -22,5 +22,5 @@ export interface INpmtsConfig {
|
||||
coverageResult?: number;
|
||||
};
|
||||
}
|
||||
export declare let run: (argvArg: any) => Promise<{}>;
|
||||
export declare let run: (argvArg: any) => Promise<INpmtsConfig>;
|
||||
export declare let configPromise: Promise<INpmtsConfig>;
|
||||
|
||||
Reference in New Issue
Block a user