UNPKG

@quadnix/octo-build

Version:

Octo-Build is a CLI tool to build Octo projects.

9 lines (8 loc) 187 B
export interface IRunArguments { buildFilePath: string; concurrency: number; dryRun: boolean; logsDir?: string | undefined; sourcePath: string; timeout: number; }