@nrwl/workspace
Version:
11 lines (10 loc) • 336 B
TypeScript
import { Tree } from '@nrwl/devkit';
import { NormalizedSchema } from '../schema';
/**
* Updates the project in the workspace file
*
* - update all references to the old root path
* - change the project name
* - change target references
*/
export declare function updateDefaultProject(tree: Tree, schema: NormalizedSchema): void;