-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit is the output of running command `npx nx migrate --run-migrations` Full output of command run: NX Running 'npm install' to make sure necessary packages are installed ... > NX Running migrations from 'migrations.json' Ran 17.0.0-move-cache-directory from nx Updates the default cache directory to .nx/cache UPDATE .gitignore UPDATE .prettierignore --------------------------------------------------------- Ran 17.0.0-use-minimal-config-for-tasks-runner-options from nx Use minimal config for tasksRunnerOptions UPDATE nx.json --------------------------------------------------------- [object Object] Ran rm-default-collection-npm-scope from nx Migration for v17.0.0-rc.1 UPDATE nx.json --------------------------------------------------------- Ran update-16-7-0-add-typings from @nx/react Add @nx/react types to tsconfig types array UPDATE apps/hpc-cdm/tsconfig.app.json UPDATE apps/hpc-cdm/tsconfig.spec.json UPDATE apps/hpc-ftsadmin/tsconfig.app.json UPDATE apps/hpc-ftsadmin/tsconfig.spec.json --------------------------------------------------------- Ran move-options-to-target-defaults from @nx/jest Move jest executor options to nx.json targetDefaults UPDATE nx.json UPDATE apps/hpc-cdm/project.json UPDATE apps/hpc-ftsadmin/project.json UPDATE libs/hpc-core/project.json UPDATE libs/hpc-data/project.json UPDATE libs/hpc-dummy/project.json UPDATE libs/hpc-live/project.json UPDATE libs/hpc-ui/project.json --------------------------------------------------------- Ran update-17-0-0-rename-to-eslint from @nx/linter update-17-0-0-rename-to-eslint UPDATE package.json UPDATE apps/hpc-cdm/project.json UPDATE apps/hpc-cdm-e2e/project.json UPDATE apps/hpc-ftsadmin/project.json UPDATE apps/hpc-ftsadmin-e2e/project.json UPDATE libs/hpc-core/project.json UPDATE libs/hpc-data/project.json UPDATE libs/hpc-dummy/project.json UPDATE libs/hpc-live/project.json UPDATE libs/hpc-ui/project.json UPDATE migrations.json --------------------------------------------------------- Ran simplify-eslint-patterns from @nx/linter Simplify eslintFilePatterns UPDATE apps/hpc-cdm/project.json UPDATE apps/hpc-cdm-e2e/project.json UPDATE apps/hpc-ftsadmin/project.json UPDATE apps/hpc-ftsadmin-e2e/project.json UPDATE libs/hpc-core/project.json UPDATE libs/hpc-data/project.json UPDATE libs/hpc-dummy/project.json UPDATE libs/hpc-live/project.json UPDATE libs/hpc-ui/project.json --------------------------------------------------------- Ran move-options-to-target-defaults from @nx/linter Move executor options to target defaults UPDATE nx.json --------------------------------------------------------- > NX Running 'npm install' to make sure necessary packages are installed ... > NX Successfully finished running migrations from 'migrations.json'. This workspace is up to date!
- Loading branch information
Showing
18 changed files
with
155 additions
and
446 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,4 +38,6 @@ testem.log | |
.DS_Store | ||
Thumbs.db | ||
|
||
.env.json | ||
.env.json | ||
|
||
/.nx/cache |
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 |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
|
||
/dist | ||
/coverage | ||
|
||
/.nx/cache |
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
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
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
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
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
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
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
Oops, something went wrong.