switch to seperate build/test commands to inrpove speed
This commit is contained in:
4
dist/mod_test/index.d.ts
vendored
4
dist/mod_test/index.d.ts
vendored
@@ -1,2 +1,6 @@
|
||||
import { INpmtsConfig } from '../npmts.config';
|
||||
/**
|
||||
* run this module
|
||||
* @param configArg some config for how to run this module
|
||||
*/
|
||||
export declare let run: (configArg: INpmtsConfig) => Promise<INpmtsConfig>;
|
||||
|
||||
Reference in New Issue
Block a user