-
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
216 changed files
with
9,270 additions
and
700 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
module.exports = { | ||
projects: ['<rootDir>/packages/core', '<rootDir>/packages/classes'], | ||
projects: [ | ||
'<rootDir>/packages/core', | ||
'<rootDir>/packages/classes', | ||
'<rootDir>/packages/integration-test', | ||
'<rootDir>/packages/pojos', | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,46 @@ | ||
{ | ||
"migrations": [ | ||
{ | ||
"version": "10.4.5", | ||
"description": "Update the 'update' npm script to invoke nx migrate", | ||
"factory": "./src/migrations/update-10-4-0/update-script-to-invoke-nx-migrate", | ||
"version": "11.0.0-beta.3", | ||
"description": "Update the decoration script when using Angular CLI", | ||
"factory": "./src/migrations/update-11-0-0/update-decorate-angular-cli", | ||
"package": "@nrwl/workspace", | ||
"name": "update-script-to-invoke-nx-migrate" | ||
"name": "update-decorate-angular-cli" | ||
}, | ||
{ | ||
"version": "10.4.6", | ||
"description": "Update the decoration script when using Angular CLI", | ||
"factory": "./src/migrations/update-10-4-0/update-decorate-angular-cli", | ||
"version": "11.0.0-beta.3", | ||
"description": "Update the @types/node package", | ||
"factory": "./src/migrations/update-11-0-0/update-node-types", | ||
"package": "@nrwl/workspace", | ||
"name": "update-decorate-angular-cli" | ||
"name": "update-node-types" | ||
}, | ||
{ | ||
"version": "11.0.0-beta.3", | ||
"description": "Rename tools/schematics into tools/generators", | ||
"factory": "./src/migrations/update-11-0-0/rename-workspace-schematics", | ||
"package": "@nrwl/workspace", | ||
"name": "rename-workspace-schematics" | ||
}, | ||
{ | ||
"version": "11.0.0-beta.15", | ||
"description": "Adds `outputs` based on builders", | ||
"factory": "./src/migrations/update-11-0-0/add-outputs-in-workspace", | ||
"package": "@nrwl/workspace", | ||
"name": "add-outputs-in-workspace" | ||
}, | ||
{ | ||
"version": "11.0.0", | ||
"description": "Check that the right update command is used", | ||
"factory": "./src/migrations/update-11-0-0/update-command-check", | ||
"package": "@nrwl/workspace", | ||
"name": "update-command-check" | ||
}, | ||
{ | ||
"version": "11.0.2", | ||
"description": "Rename the workspace-schematic script into workspace-generator script", | ||
"factory": "./src/migrations/update-11-0-0/rename-workspace-schematic-script", | ||
"package": "@nrwl/workspace", | ||
"name": "rename-workspace-schematic-script" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.