update to support more detailed docker publishing
This commit is contained in:
2
dist/mod_build/index.d.ts
vendored
2
dist/mod_build/index.d.ts
vendored
@@ -5,4 +5,4 @@ export declare type TBuildService = 'docker';
|
||||
/**
|
||||
* builds for a specific service
|
||||
*/
|
||||
export declare let build: (commandArg: any) => Promise<void>;
|
||||
export declare let build: (argvArg: any) => Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user