nx/packages/devkit/migrations.json
Craigory Coppola 458fc36014
chore(misc): split create tree with empty workspace to remove parameter (#10188)
* feat(devkit): split create-empty-tree to different functions

* chore(repo): apply migration for createEmptyTree

* cleanup(misc): fix tests that migration misses
2022-08-11 19:24:04 -04:00

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"
}
}
}