* feat(devkit): split create-empty-tree to different functions * chore(repo): apply migration for createEmptyTree * cleanup(misc): fix tests that migration misses
10 lines
256 B
JSON
10 lines
256 B
JSON
{
|
|
"schematics": {
|
|
"split-create-tree": {
|
|
"version": "14.2.0-beta.0",
|
|
"description": "Adjusts calls to createTreeWithEmptyWorkspace to reflect new API",
|
|
"factory": "./src/migrations/update-14-2-0/split-create-empty-tree"
|
|
}
|
|
}
|
|
}
|