Skip to content

Commit

Permalink
chore: migrate to Nx 12.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Aug 11, 2021
1 parent 4a2304d commit 4d38412
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 166 deletions.
123 changes: 41 additions & 82 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,10 @@
"parallel": false,
"commands": [
{
"command": "ng run component:build-package",
"forwardAllArgs": false
"command": "ng run component:build-package"
},
{
"command": "yarn tsc -p modules/component/tsconfig.schematics.json",
"forwardAllArgs": false
"command": "yarn tsc -p modules/component/tsconfig.schematics.json"
}
],
"outputPath": ["dist/modules/component"]
Expand Down Expand Up @@ -88,12 +86,10 @@
"parallel": false,
"commands": [
{
"command": "ng run component-store:build-package",
"forwardAllArgs": false
"command": "ng run component-store:build-package"
},
{
"command": "yarn tsc -p modules/component-store/tsconfig.schematics.json",
"forwardAllArgs": false
"command": "yarn tsc -p modules/component-store/tsconfig.schematics.json"
}
],
"outputPath": ["dist/modules/component-store"]
Expand Down Expand Up @@ -138,12 +134,10 @@
"parallel": false,
"commands": [
{
"command": "ng run data:build-package",
"forwardAllArgs": false
"command": "ng run data:build-package"
},
{
"command": "yarn tsc -p modules/data/tsconfig.schematics.json",
"forwardAllArgs": false
"command": "yarn tsc -p modules/data/tsconfig.schematics.json"
}
],
"outputPath": ["dist/modules/data"]
Expand Down Expand Up @@ -278,24 +272,19 @@
"parallel": false,
"commands": [
{
"command": "yarn setup",
"forwardAllArgs": false
"command": "yarn setup"
},
{
"command": "npm rebuild node-sass",
"forwardAllArgs": false
"command": "npm rebuild node-sass"
},
{
"command": "yarn build-for next --progress false && yarn copy-404-page",
"forwardAllArgs": false
"command": "yarn build-for next --progress false && yarn copy-404-page"
},
{
"command": "yarn --cwd ../../ cpy projects/ngrx.io/src/extra-files/next/*.* projects/ngrx.io/dist/ngrx.io/",
"forwardAllArgs": false
"command": "yarn --cwd ../../ cpy projects/ngrx.io/src/extra-files/next/*.* projects/ngrx.io/dist/ngrx.io/"
},
{
"command": "yarn --cwd ../../ cpy projects/ngrx.io/src/extra-files/next/CNAME projects/ngrx.io/dist/ngrx.io/",
"forwardAllArgs": false
"command": "yarn --cwd ../../ cpy projects/ngrx.io/src/extra-files/next/CNAME projects/ngrx.io/dist/ngrx.io/"
}
],
"outputPath": ["projects/ngrx.io/dist/ngrx.io"]
Expand All @@ -309,12 +298,10 @@
"parallel": false,
"commands": [
{
"command": "yarn --ignore-engines --frozen-lockfile --non-interactive",
"forwardAllArgs": false
"command": "yarn --ignore-engines --frozen-lockfile --non-interactive"
},
{
"command": "yarn test --watch=false",
"forwardAllArgs": false
"command": "yarn test --watch=false"
}
]
}
Expand Down Expand Up @@ -349,24 +336,19 @@
"parallel": false,
"commands": [
{
"command": "ng run effects:build-package",
"forwardAllArgs": false
"command": "ng run effects:build-package"
},
{
"command": "yarn tsc -p modules/effects/tsconfig.schematics.json",
"forwardAllArgs": false
"command": "yarn tsc -p modules/effects/tsconfig.schematics.json"
},
{
"command": "yarn rimraf node_modules/@ngrx/effects",
"forwardAllArgs": false
"command": "yarn rimraf node_modules/@ngrx/effects"
},
{
"command": "yarn mkdirp node_modules/@ngrx/effects",
"forwardAllArgs": false
"command": "yarn mkdirp node_modules/@ngrx/effects"
},
{
"command": "ncp dist/modules/effects node_modules/@ngrx/effects",
"forwardAllArgs": false
"command": "ncp dist/modules/effects node_modules/@ngrx/effects"
}
],
"outputPath": ["dist/modules/effects", "node_modules/@ngrx/effects"]
Expand Down Expand Up @@ -411,24 +393,19 @@
"parallel": false,
"commands": [
{
"command": "ng run entity:build-package",
"forwardAllArgs": false
"command": "ng run entity:build-package"
},
{
"command": "yarn tsc -p modules/entity/tsconfig.schematics.json",
"forwardAllArgs": false
"command": "yarn tsc -p modules/entity/tsconfig.schematics.json"
},
{
"command": "yarn rimraf node_modules/@ngrx/entity",
"forwardAllArgs": false
"command": "yarn rimraf node_modules/@ngrx/entity"
},
{
"command": "yarn mkdirp node_modules/@ngrx/entity",
"forwardAllArgs": false
"command": "yarn mkdirp node_modules/@ngrx/entity"
},
{
"command": "ncp dist/modules/entity node_modules/@ngrx/entity",
"forwardAllArgs": false
"command": "ncp dist/modules/entity node_modules/@ngrx/entity"
}
],
"outputPath": ["dist/modules/entity", "node_modules/@ngrx/entity"]
Expand Down Expand Up @@ -583,12 +560,10 @@
"parallel": false,
"commands": [
{
"command": "ng run router-store:build-package",
"forwardAllArgs": false
"command": "ng run router-store:build-package"
},
{
"command": "yarn tsc -p modules/router-store/tsconfig.schematics.json",
"forwardAllArgs": false
"command": "yarn tsc -p modules/router-store/tsconfig.schematics.json"
}
],
"outputPath": ["dist/modules/router-store"]
Expand Down Expand Up @@ -668,40 +643,31 @@
"parallel": false,
"commands": [
{
"command": "nx build-package schematics",
"forwardAllArgs": false
"command": "nx build-package schematics"
},
{
"command": "yarn tsc -p modules/schematics/tsconfig.schematics.json",
"forwardAllArgs": false
"command": "yarn tsc -p modules/schematics/tsconfig.schematics.json"
},
{
"command": "cpy modules/schematics/collection.json dist/modules/schematics",
"forwardAllArgs": false
"command": "cpy modules/schematics/collection.json dist/modules/schematics"
},
{
"command": "cpy modules/schematics/migrations/migration.json dist/modules/schematics/migrations",
"forwardAllArgs": false
"command": "cpy modules/schematics/migrations/migration.json dist/modules/schematics/migrations"
},
{
"command": "cpy modules/schematics/src/**/files/**/*.* dist/ --parents",
"forwardAllArgs": false
"command": "cpy modules/schematics/src/**/files/**/*.* dist/ --parents"
},
{
"command": "cpy modules/schematics/src/**/creator-files/**/*.* dist/ --parents",
"forwardAllArgs": false
"command": "cpy modules/schematics/src/**/creator-files/**/*.* dist/ --parents"
},
{
"command": "cpy modules/schematics/src/**/common-files/**/*.* dist/ --parents",
"forwardAllArgs": false
"command": "cpy modules/schematics/src/**/common-files/**/*.* dist/ --parents"
},
{
"command": "cpy modules/schematics/src/**/integration-files/**/*.* dist/ --parents",
"forwardAllArgs": false
"command": "cpy modules/schematics/src/**/integration-files/**/*.* dist/ --parents"
},
{
"command": "cpy modules/schematics/src/**/schema.json dist/ --parents",
"forwardAllArgs": false
"command": "cpy modules/schematics/src/**/schema.json dist/ --parents"
}
],
"outputPath": ["dist/modules/schematics"]
Expand Down Expand Up @@ -754,24 +720,19 @@
"parallel": false,
"commands": [
{
"command": "ng run store:build-package",
"forwardAllArgs": false
"command": "ng run store:build-package"
},
{
"command": "yarn tsc -p modules/store/tsconfig.schematics.json",
"forwardAllArgs": false
"command": "yarn tsc -p modules/store/tsconfig.schematics.json"
},
{
"command": "yarn rimraf node_modules/@ngrx/store",
"forwardAllArgs": false
"command": "yarn rimraf node_modules/@ngrx/store"
},
{
"command": "yarn mkdirp node_modules/@ngrx/store",
"forwardAllArgs": false
"command": "yarn mkdirp node_modules/@ngrx/store"
},
{
"command": "ncp dist/modules/store node_modules/@ngrx/store",
"forwardAllArgs": false
"command": "ncp dist/modules/store node_modules/@ngrx/store"
}
],
"outputPath": ["dist/modules/store", "node_modules/@ngrx/store"]
Expand Down Expand Up @@ -816,12 +777,10 @@
"parallel": false,
"commands": [
{
"command": "ng run store-devtools:build-package",
"forwardAllArgs": false
"command": "ng run store-devtools:build-package"
},
{
"command": "yarn tsc -p modules/store-devtools/tsconfig.schematics.json",
"forwardAllArgs": false
"command": "yarn tsc -p modules/store-devtools/tsconfig.schematics.json"
}
],
"outputPath": ["dist/modules/store-devtools"]
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"@angular/platform-server": "^12.2.0",
"@angular/router": "12.2.0",
"@applitools/eyes-cypress": "^3.4.12",
"@nrwl/angular": "12.6.5",
"@nrwl/angular": "12.6.6",
"core-js": "^2.5.4",
"opencollective": "^1.0.3",
"rxjs": "~7.3.0",
Expand All @@ -129,15 +129,15 @@
"@bazel/jasmine": "1.6.0",
"@bazel/typescript": "1.6.0",
"@cypress/webpack-preprocessor": "^4.0.3",
"@nrwl/cli": "12.6.5",
"@nrwl/cypress": "12.6.5",
"@nrwl/eslint-plugin-nx": "12.6.5",
"@nrwl/jest": "12.6.5",
"@nrwl/linter": "12.6.5",
"@nrwl/node": "12.6.5",
"@nrwl/nx-cloud": "12.3.6",
"@nrwl/tao": "12.6.5",
"@nrwl/workspace": "12.6.5",
"@nrwl/cli": "12.6.6",
"@nrwl/cypress": "12.6.6",
"@nrwl/eslint-plugin-nx": "12.6.6",
"@nrwl/jest": "12.6.6",
"@nrwl/linter": "12.6.6",
"@nrwl/node": "12.6.6",
"@nrwl/nx-cloud": "12.3.8",
"@nrwl/tao": "12.6.6",
"@nrwl/workspace": "12.6.6",
"@octokit/rest": "^15.17.0",
"@testing-library/cypress": "^7.0.1",
"@types/fs-extra": "^2.1.0",
Expand Down
Loading

0 comments on commit 4d38412

Please sign in to comment.