UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

5 lines 446 B
import type { ComponentContextWithBuild, WorkspaceContext } from "../../types/context"; import type { CatladderJob } from "../../types/jobs"; export declare const createNodeJobs: (context: ComponentContextWithBuild | WorkspaceContext) => CatladderJob[]; export declare const createStorybookJobs: (context: ComponentContextWithBuild) => CatladderJob[]; export declare const createMeteorJobs: (context: ComponentContextWithBuild) => CatladderJob[];