UNPKG

@nrwl/workspace

Version:

Smart, Fast and Extensible Build System.

11 lines (10 loc) 462 B
import { ProjectConfiguration, Tree } from '@nrwl/devkit'; import { NormalizedSchema } from '../schema'; /** * Updates the videos and screenshots folders in the cypress.json if it exists (i.e. we're moving an e2e project) * * (assume relative paths have been updated previously) * * @param schema The options provided to the schematic */ export declare function updateCypressJson(tree: Tree, schema: NormalizedSchema, project: ProjectConfiguration): Tree;