mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
661 B
21 lines
661 B
{
|
|
"migrations": [
|
|
{
|
|
"cli": "nx",
|
|
"version": "16.2.0-beta.0",
|
|
"description": "Remove outputPath from run commands",
|
|
"implementation": "./src/migrations/update-16-2-0/remove-run-commands-output-path",
|
|
"package": "nx",
|
|
"name": "16.2.0-remove-output-path-from-run-commands"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "16.2.0-beta.0",
|
|
"description": "Normalize tsconfig.cy.json files to be located at '<projectRoot>/cypress/tsconfig.json'",
|
|
"implementation": "./src/migrations/update-16-2-0/update-cy-tsconfig",
|
|
"package": "@nx/cypress",
|
|
"name": "update-16-2-0-normalize-tsconfigs"
|
|
}
|
|
]
|
|
}
|