diff --git a/src/index.ts b/src/index.ts index 5b23fca..55cd91a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -139,7 +139,7 @@ const composeOptionsToArgs = (composeOptions): string[] => { /** * Executes docker-compose command with common options */ -const execCompose = ( +export const execCompose = ( command, args, options: IDockerComposeOptions = {}