mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore(core): monorepo, esm targeting, improved management (#8707)
This commit is contained in:
32
migrations.json
Normal file
32
migrations.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"migrations": [
|
||||
{
|
||||
"version": "10.0.0-beta.0",
|
||||
"description": "Add default branch to nx.json",
|
||||
"factory": "./src/migrations/update-10-0-0/update-10-0-0",
|
||||
"package": "@nrwl/workspace",
|
||||
"name": "add-default-branch-to-nx-json"
|
||||
},
|
||||
{
|
||||
"version": "10.0.0-beta.0",
|
||||
"description": "Migrate tsconfigs to solution style tsconfigs",
|
||||
"factory": "./src/migrations/update-10-0-0/solution-tsconfigs",
|
||||
"package": "@nrwl/workspace",
|
||||
"name": "solution-tsconfigs"
|
||||
},
|
||||
{
|
||||
"version": "10.0.1-beta.0",
|
||||
"description": "Migrate .eslintrc files to reference new tsconfig",
|
||||
"factory": "./src/migrations/update-10-0-1/migrate-eslintrc",
|
||||
"package": "@nrwl/workspace",
|
||||
"name": "migrate-eslintrc-tsconfig"
|
||||
},
|
||||
{
|
||||
"version": "10.0.0-beta.2",
|
||||
"description": "update jest configs to include setup env files",
|
||||
"factory": "./src/migrations/update-10-0-0/update-jest-configs",
|
||||
"package": "@nrwl/jest",
|
||||
"name": "update-10.0.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user