UNPKG

changeset-releaser

Version:

Incremental builds and tests runner for monorepo projects based on Atlassian Changesets

6 lines (4 loc) 151 B
import { TargetGroup } from '../ExecutionPlanner'; export interface IPlanExecutor { runScript(group: TargetGroup, script: string): Promise<void>; }