|
31 | 31 | }
|
32 | 32 | },
|
33 | 33 | "lint": {
|
34 |
| - "builder": "@nrwl/linter:eslint", |
| 34 | + "builder": "@nx/linter:eslint", |
35 | 35 | "options": {
|
36 | 36 | "lintFilePatterns": [
|
37 | 37 | "modules/component/*/**/*.ts",
|
|
41 | 41 | "outputs": ["{options.outputFile}"]
|
42 | 42 | },
|
43 | 43 | "test": {
|
44 |
| - "builder": "@nrwl/jest:jest", |
| 44 | + "builder": "@nx/jest:jest", |
45 | 45 | "options": {
|
46 | 46 | "jestConfig": "modules/component/jest.config.ts",
|
47 | 47 | "runInBand": true
|
|
82 | 82 | }
|
83 | 83 | },
|
84 | 84 | "lint": {
|
85 |
| - "builder": "@nrwl/linter:eslint", |
| 85 | + "builder": "@nx/linter:eslint", |
86 | 86 | "options": {
|
87 | 87 | "lintFilePatterns": [
|
88 | 88 | "modules/component-store/*/**/*.ts",
|
|
92 | 92 | "outputs": ["{options.outputFile}"]
|
93 | 93 | },
|
94 | 94 | "test": {
|
95 |
| - "builder": "@nrwl/jest:jest", |
| 95 | + "builder": "@nx/jest:jest", |
96 | 96 | "options": {
|
97 | 97 | "jestConfig": "modules/component-store/jest.config.ts",
|
98 | 98 | "runInBand": true
|
|
133 | 133 | }
|
134 | 134 | },
|
135 | 135 | "lint": {
|
136 |
| - "builder": "@nrwl/linter:eslint", |
| 136 | + "builder": "@nx/linter:eslint", |
137 | 137 | "options": {
|
138 | 138 | "lintFilePatterns": [
|
139 | 139 | "modules/data/*/**/*.ts",
|
|
143 | 143 | "outputs": ["{options.outputFile}"]
|
144 | 144 | },
|
145 | 145 | "test": {
|
146 |
| - "builder": "@nrwl/jest:jest", |
| 146 | + "builder": "@nx/jest:jest", |
147 | 147 | "options": {
|
148 | 148 | "jestConfig": "modules/data/jest.config.ts",
|
149 | 149 | "runInBand": true
|
|
158 | 158 | "$schema": "../../node_modules/nx/schemas/project-schema.json",
|
159 | 159 | "projectType": "application",
|
160 | 160 | "schematics": {
|
161 |
| - "@nrwl/angular:component": { |
| 161 | + "@nx/angular:component": { |
162 | 162 | "style": "scss"
|
163 | 163 | }
|
164 | 164 | },
|
|
228 | 228 | }
|
229 | 229 | },
|
230 | 230 | "lint": {
|
231 |
| - "builder": "@nrwl/linter:eslint", |
| 231 | + "builder": "@nx/linter:eslint", |
232 | 232 | "options": {
|
233 | 233 | "lintFilePatterns": [
|
234 | 234 | "projects/data-example-app/*/**/*.ts",
|
|
238 | 238 | "outputs": ["{options.outputFile}"]
|
239 | 239 | },
|
240 | 240 | "test": {
|
241 |
| - "builder": "@nrwl/jest:jest", |
| 241 | + "builder": "@nx/jest:jest", |
242 | 242 | "options": {
|
243 | 243 | "jestConfig": "projects/data-example-app/jest.config.ts",
|
244 | 244 | "runInBand": true,
|
|
298 | 298 | }
|
299 | 299 | },
|
300 | 300 | "lint": {
|
301 |
| - "builder": "@nrwl/linter:eslint", |
| 301 | + "builder": "@nx/linter:eslint", |
302 | 302 | "options": {
|
303 | 303 | "lintFilePatterns": [
|
304 | 304 | "projects/ngrx.io/src/*/**/*.ts",
|
|
360 | 360 | }
|
361 | 361 | },
|
362 | 362 | "lint": {
|
363 |
| - "builder": "@nrwl/linter:eslint", |
| 363 | + "builder": "@nx/linter:eslint", |
364 | 364 | "options": {
|
365 | 365 | "lintFilePatterns": [
|
366 | 366 | "modules/effects/*/**/*.ts",
|
|
370 | 370 | "outputs": ["{options.outputFile}"]
|
371 | 371 | },
|
372 | 372 | "test": {
|
373 |
| - "builder": "@nrwl/jest:jest", |
| 373 | + "builder": "@nx/jest:jest", |
374 | 374 | "options": {
|
375 | 375 | "jestConfig": "modules/effects/jest.config.ts",
|
376 | 376 | "runInBand": true
|
|
420 | 420 | }
|
421 | 421 | },
|
422 | 422 | "lint": {
|
423 |
| - "builder": "@nrwl/linter:eslint", |
| 423 | + "builder": "@nx/linter:eslint", |
424 | 424 | "options": {
|
425 | 425 | "lintFilePatterns": [
|
426 | 426 | "modules/entity/*/**/*.ts",
|
|
430 | 430 | "outputs": ["{options.outputFile}"]
|
431 | 431 | },
|
432 | 432 | "test": {
|
433 |
| - "builder": "@nrwl/jest:jest", |
| 433 | + "builder": "@nx/jest:jest", |
434 | 434 | "options": {
|
435 | 435 | "jestConfig": "modules/entity/jest.config.ts",
|
436 | 436 | "runInBand": true
|
|
449 | 449 | "schematics": {},
|
450 | 450 | "architect": {
|
451 | 451 | "lint": {
|
452 |
| - "builder": "@nrwl/linter:eslint", |
| 452 | + "builder": "@nx/linter:eslint", |
453 | 453 | "options": {
|
454 | 454 | "lintFilePatterns": [
|
455 | 455 | "modules/eslint-plugin/*/**/*.ts",
|
|
459 | 459 | "outputs": ["{options.outputFile}"]
|
460 | 460 | },
|
461 | 461 | "test": {
|
462 |
| - "builder": "@nrwl/jest:jest", |
| 462 | + "builder": "@nx/jest:jest", |
463 | 463 | "options": {
|
464 | 464 | "jestConfig": "modules/eslint-plugin/jest.config.ts",
|
465 | 465 | "runInBand": true
|
466 | 466 | },
|
467 | 467 | "outputs": ["{workspaceRoot}/coverage/modules/eslint-plugin"]
|
468 | 468 | },
|
469 | 469 | "build-package": {
|
470 |
| - "builder": "@nrwl/js:tsc", |
| 470 | + "builder": "@nx/js:tsc", |
471 | 471 | "options": {
|
472 | 472 | "outputPath": "dist/modules/eslint-plugin",
|
473 | 473 | "tsConfig": "modules/eslint-plugin/tsconfig.build.json",
|
|
580 | 580 | }
|
581 | 581 | },
|
582 | 582 | "lint": {
|
583 |
| - "builder": "@nrwl/linter:eslint", |
| 583 | + "builder": "@nx/linter:eslint", |
584 | 584 | "options": {
|
585 | 585 | "lintFilePatterns": [
|
586 | 586 | "projects/example-app/*/**/*.ts",
|
|
590 | 590 | "outputs": ["{options.outputFile}"]
|
591 | 591 | },
|
592 | 592 | "test": {
|
593 |
| - "builder": "@nrwl/jest:jest", |
| 593 | + "builder": "@nx/jest:jest", |
594 | 594 | "options": {
|
595 | 595 | "jestConfig": "projects/example-app/jest.config.ts",
|
596 | 596 | "runInBand": true
|
|
607 | 607 | "projectType": "application",
|
608 | 608 | "architect": {
|
609 | 609 | "e2e": {
|
610 |
| - "builder": "@nrwl/cypress:cypress", |
| 610 | + "builder": "@nx/cypress:cypress", |
611 | 611 | "options": {
|
612 | 612 | "cypressConfig": "projects/example-app-e2e/cypress.config.ts",
|
613 | 613 | "tsConfig": "projects/example-app-e2e/tsconfig.e2e.json",
|
|
624 | 624 | "defaultConfiguration": "production"
|
625 | 625 | },
|
626 | 626 | "lint": {
|
627 |
| - "builder": "@nrwl/linter:eslint", |
| 627 | + "builder": "@nx/linter:eslint", |
628 | 628 | "options": {
|
629 | 629 | "lintFilePatterns": ["projects/example-app-e2e/**/*.{js,ts}"]
|
630 | 630 | },
|
|
664 | 664 | }
|
665 | 665 | },
|
666 | 666 | "lint": {
|
667 |
| - "builder": "@nrwl/linter:eslint", |
| 667 | + "builder": "@nx/linter:eslint", |
668 | 668 | "options": {
|
669 | 669 | "lintFilePatterns": [
|
670 | 670 | "modules/router-store/*/**/*.ts",
|
|
674 | 674 | "outputs": ["{options.outputFile}"]
|
675 | 675 | },
|
676 | 676 | "test": {
|
677 |
| - "builder": "@nrwl/jest:jest", |
| 677 | + "builder": "@nx/jest:jest", |
678 | 678 | "options": {
|
679 | 679 | "jestConfig": "modules/router-store/jest.config.ts",
|
680 | 680 | "runInBand": true
|
|
693 | 693 | "schematics": {},
|
694 | 694 | "architect": {
|
695 | 695 | "lint": {
|
696 |
| - "builder": "@nrwl/linter:eslint", |
| 696 | + "builder": "@nx/linter:eslint", |
697 | 697 | "options": {
|
698 | 698 | "lintFilePatterns": [
|
699 | 699 | "modules/schematics/*/**/*.ts",
|
|
703 | 703 | "outputs": ["{options.outputFile}"]
|
704 | 704 | },
|
705 | 705 | "test": {
|
706 |
| - "builder": "@nrwl/jest:jest", |
| 706 | + "builder": "@nx/jest:jest", |
707 | 707 | "options": {
|
708 | 708 | "jestConfig": "modules/schematics/jest.config.ts",
|
709 | 709 | "runInBand": true
|
710 | 710 | },
|
711 | 711 | "outputs": ["{workspaceRoot}/coverage/modules/schematics"]
|
712 | 712 | },
|
713 | 713 | "build-package": {
|
714 |
| - "builder": "@nrwl/js:tsc", |
| 714 | + "builder": "@nx/js:tsc", |
715 | 715 | "options": {
|
716 | 716 | "outputPath": "dist/modules/schematics",
|
717 | 717 | "tsConfig": "modules/schematics/tsconfig.build.json",
|
|
777 | 777 | "prefix": "ngrx",
|
778 | 778 | "architect": {
|
779 | 779 | "lint": {
|
780 |
| - "builder": "@nrwl/linter:eslint", |
| 780 | + "builder": "@nx/linter:eslint", |
781 | 781 | "options": {
|
782 | 782 | "lintFilePatterns": [
|
783 | 783 | "modules/schematics-core/*/**/*.ts",
|
|
787 | 787 | "outputs": ["{options.outputFile}"]
|
788 | 788 | },
|
789 | 789 | "test": {
|
790 |
| - "builder": "@nrwl/jest:jest", |
| 790 | + "builder": "@nx/jest:jest", |
791 | 791 | "options": {
|
792 | 792 | "jestConfig": "modules/schematics-core/jest.config.ts",
|
793 | 793 | "passWithNoTests": true
|
|
867 | 867 | }
|
868 | 868 | },
|
869 | 869 | "lint": {
|
870 |
| - "builder": "@nrwl/linter:eslint", |
| 870 | + "builder": "@nx/linter:eslint", |
871 | 871 | "options": {
|
872 | 872 | "lintFilePatterns": [
|
873 | 873 | "projects/standalone-app/**/*.ts",
|
|
876 | 876 | }
|
877 | 877 | },
|
878 | 878 | "test": {
|
879 |
| - "builder": "@nrwl/jest:jest", |
| 879 | + "builder": "@nx/jest:jest", |
880 | 880 | "outputs": ["{workspaceRoot}/coverage/projects/standalone-app"],
|
881 | 881 | "options": {
|
882 | 882 | "jestConfig": "projects/standalone-app/jest.config.ts",
|
|
893 | 893 | "projectType": "application",
|
894 | 894 | "architect": {
|
895 | 895 | "e2e": {
|
896 |
| - "builder": "@nrwl/cypress:cypress", |
| 896 | + "builder": "@nx/cypress:cypress", |
897 | 897 | "options": {
|
898 | 898 | "cypressConfig": "projects/standalone-app-e2e/cypress.config.ts",
|
899 | 899 | "devServerTarget": "standalone-app:serve:development",
|
|
906 | 906 | }
|
907 | 907 | },
|
908 | 908 | "lint": {
|
909 |
| - "builder": "@nrwl/linter:eslint", |
| 909 | + "builder": "@nx/linter:eslint", |
910 | 910 | "outputs": ["{options.outputFile}"],
|
911 | 911 | "options": {
|
912 | 912 | "lintFilePatterns": ["projects/standalone-app-e2e/**/*.{js,ts}"]
|
|
955 | 955 | }
|
956 | 956 | },
|
957 | 957 | "lint": {
|
958 |
| - "builder": "@nrwl/linter:eslint", |
| 958 | + "builder": "@nx/linter:eslint", |
959 | 959 | "options": {
|
960 | 960 | "lintFilePatterns": [
|
961 | 961 | "modules/store/*/**/*.ts",
|
|
965 | 965 | "outputs": ["{options.outputFile}"]
|
966 | 966 | },
|
967 | 967 | "test": {
|
968 |
| - "builder": "@nrwl/jest:jest", |
| 968 | + "builder": "@nx/jest:jest", |
969 | 969 | "options": {
|
970 | 970 | "jestConfig": "modules/store/jest.config.ts",
|
971 | 971 | "runInBand": true
|
|
1006 | 1006 | }
|
1007 | 1007 | },
|
1008 | 1008 | "lint": {
|
1009 |
| - "builder": "@nrwl/linter:eslint", |
| 1009 | + "builder": "@nx/linter:eslint", |
1010 | 1010 | "options": {
|
1011 | 1011 | "lintFilePatterns": [
|
1012 | 1012 | "modules/store-devtools/*/**/*.ts",
|
|
1016 | 1016 | "outputs": ["{options.outputFile}"]
|
1017 | 1017 | },
|
1018 | 1018 | "test": {
|
1019 |
| - "builder": "@nrwl/jest:jest", |
| 1019 | + "builder": "@nx/jest:jest", |
1020 | 1020 | "options": {
|
1021 | 1021 | "jestConfig": "modules/store-devtools/jest.config.ts",
|
1022 | 1022 | "runInBand": true
|
|
0 commit comments