UNPKG

@nrwl/workspace

Version:

Smart, Fast and Extensible Build System.

9 lines (8 loc) 138 B
export interface Schema { name: string; command: string; project: string; cwd?: string; outputs?: string; envFile?: string; }