|
38 | 38 | "parallel": false,
|
39 | 39 | "commands": [
|
40 | 40 | {
|
41 |
| - "command": "ng run component:build-package", |
42 |
| - "forwardAllArgs": false |
| 41 | + "command": "ng run component:build-package" |
43 | 42 | },
|
44 | 43 | {
|
45 |
| - "command": "yarn tsc -p modules/component/tsconfig.schematics.json", |
46 |
| - "forwardAllArgs": false |
| 44 | + "command": "yarn tsc -p modules/component/tsconfig.schematics.json" |
47 | 45 | }
|
48 | 46 | ],
|
49 | 47 | "outputPath": ["dist/modules/component"]
|
|
88 | 86 | "parallel": false,
|
89 | 87 | "commands": [
|
90 | 88 | {
|
91 |
| - "command": "ng run component-store:build-package", |
92 |
| - "forwardAllArgs": false |
| 89 | + "command": "ng run component-store:build-package" |
93 | 90 | },
|
94 | 91 | {
|
95 |
| - "command": "yarn tsc -p modules/component-store/tsconfig.schematics.json", |
96 |
| - "forwardAllArgs": false |
| 92 | + "command": "yarn tsc -p modules/component-store/tsconfig.schematics.json" |
97 | 93 | }
|
98 | 94 | ],
|
99 | 95 | "outputPath": ["dist/modules/component-store"]
|
|
138 | 134 | "parallel": false,
|
139 | 135 | "commands": [
|
140 | 136 | {
|
141 |
| - "command": "ng run data:build-package", |
142 |
| - "forwardAllArgs": false |
| 137 | + "command": "ng run data:build-package" |
143 | 138 | },
|
144 | 139 | {
|
145 |
| - "command": "yarn tsc -p modules/data/tsconfig.schematics.json", |
146 |
| - "forwardAllArgs": false |
| 140 | + "command": "yarn tsc -p modules/data/tsconfig.schematics.json" |
147 | 141 | }
|
148 | 142 | ],
|
149 | 143 | "outputPath": ["dist/modules/data"]
|
|
278 | 272 | "parallel": false,
|
279 | 273 | "commands": [
|
280 | 274 | {
|
281 |
| - "command": "yarn setup", |
282 |
| - "forwardAllArgs": false |
| 275 | + "command": "yarn setup" |
283 | 276 | },
|
284 | 277 | {
|
285 |
| - "command": "npm rebuild node-sass", |
286 |
| - "forwardAllArgs": false |
| 278 | + "command": "npm rebuild node-sass" |
287 | 279 | },
|
288 | 280 | {
|
289 |
| - "command": "yarn build-for next --progress false && yarn copy-404-page", |
290 |
| - "forwardAllArgs": false |
| 281 | + "command": "yarn build-for next --progress false && yarn copy-404-page" |
291 | 282 | },
|
292 | 283 | {
|
293 |
| - "command": "yarn --cwd ../../ cpy projects/ngrx.io/src/extra-files/next/*.* projects/ngrx.io/dist/ngrx.io/", |
294 |
| - "forwardAllArgs": false |
| 284 | + "command": "yarn --cwd ../../ cpy projects/ngrx.io/src/extra-files/next/*.* projects/ngrx.io/dist/ngrx.io/" |
295 | 285 | },
|
296 | 286 | {
|
297 |
| - "command": "yarn --cwd ../../ cpy projects/ngrx.io/src/extra-files/next/CNAME projects/ngrx.io/dist/ngrx.io/", |
298 |
| - "forwardAllArgs": false |
| 287 | + "command": "yarn --cwd ../../ cpy projects/ngrx.io/src/extra-files/next/CNAME projects/ngrx.io/dist/ngrx.io/" |
299 | 288 | }
|
300 | 289 | ],
|
301 | 290 | "outputPath": ["projects/ngrx.io/dist/ngrx.io"]
|
|
309 | 298 | "parallel": false,
|
310 | 299 | "commands": [
|
311 | 300 | {
|
312 |
| - "command": "yarn --ignore-engines --frozen-lockfile --non-interactive", |
313 |
| - "forwardAllArgs": false |
| 301 | + "command": "yarn --ignore-engines --frozen-lockfile --non-interactive" |
314 | 302 | },
|
315 | 303 | {
|
316 |
| - "command": "yarn test --watch=false", |
317 |
| - "forwardAllArgs": false |
| 304 | + "command": "yarn test --watch=false" |
318 | 305 | }
|
319 | 306 | ]
|
320 | 307 | }
|
|
349 | 336 | "parallel": false,
|
350 | 337 | "commands": [
|
351 | 338 | {
|
352 |
| - "command": "ng run effects:build-package", |
353 |
| - "forwardAllArgs": false |
| 339 | + "command": "ng run effects:build-package" |
354 | 340 | },
|
355 | 341 | {
|
356 |
| - "command": "yarn tsc -p modules/effects/tsconfig.schematics.json", |
357 |
| - "forwardAllArgs": false |
| 342 | + "command": "yarn tsc -p modules/effects/tsconfig.schematics.json" |
358 | 343 | },
|
359 | 344 | {
|
360 |
| - "command": "yarn rimraf node_modules/@ngrx/effects", |
361 |
| - "forwardAllArgs": false |
| 345 | + "command": "yarn rimraf node_modules/@ngrx/effects" |
362 | 346 | },
|
363 | 347 | {
|
364 |
| - "command": "yarn mkdirp node_modules/@ngrx/effects", |
365 |
| - "forwardAllArgs": false |
| 348 | + "command": "yarn mkdirp node_modules/@ngrx/effects" |
366 | 349 | },
|
367 | 350 | {
|
368 |
| - "command": "ncp dist/modules/effects node_modules/@ngrx/effects", |
369 |
| - "forwardAllArgs": false |
| 351 | + "command": "ncp dist/modules/effects node_modules/@ngrx/effects" |
370 | 352 | }
|
371 | 353 | ],
|
372 | 354 | "outputPath": ["dist/modules/effects", "node_modules/@ngrx/effects"]
|
|
411 | 393 | "parallel": false,
|
412 | 394 | "commands": [
|
413 | 395 | {
|
414 |
| - "command": "ng run entity:build-package", |
415 |
| - "forwardAllArgs": false |
| 396 | + "command": "ng run entity:build-package" |
416 | 397 | },
|
417 | 398 | {
|
418 |
| - "command": "yarn tsc -p modules/entity/tsconfig.schematics.json", |
419 |
| - "forwardAllArgs": false |
| 399 | + "command": "yarn tsc -p modules/entity/tsconfig.schematics.json" |
420 | 400 | },
|
421 | 401 | {
|
422 |
| - "command": "yarn rimraf node_modules/@ngrx/entity", |
423 |
| - "forwardAllArgs": false |
| 402 | + "command": "yarn rimraf node_modules/@ngrx/entity" |
424 | 403 | },
|
425 | 404 | {
|
426 |
| - "command": "yarn mkdirp node_modules/@ngrx/entity", |
427 |
| - "forwardAllArgs": false |
| 405 | + "command": "yarn mkdirp node_modules/@ngrx/entity" |
428 | 406 | },
|
429 | 407 | {
|
430 |
| - "command": "ncp dist/modules/entity node_modules/@ngrx/entity", |
431 |
| - "forwardAllArgs": false |
| 408 | + "command": "ncp dist/modules/entity node_modules/@ngrx/entity" |
432 | 409 | }
|
433 | 410 | ],
|
434 | 411 | "outputPath": ["dist/modules/entity", "node_modules/@ngrx/entity"]
|
|
583 | 560 | "parallel": false,
|
584 | 561 | "commands": [
|
585 | 562 | {
|
586 |
| - "command": "ng run router-store:build-package", |
587 |
| - "forwardAllArgs": false |
| 563 | + "command": "ng run router-store:build-package" |
588 | 564 | },
|
589 | 565 | {
|
590 |
| - "command": "yarn tsc -p modules/router-store/tsconfig.schematics.json", |
591 |
| - "forwardAllArgs": false |
| 566 | + "command": "yarn tsc -p modules/router-store/tsconfig.schematics.json" |
592 | 567 | }
|
593 | 568 | ],
|
594 | 569 | "outputPath": ["dist/modules/router-store"]
|
|
668 | 643 | "parallel": false,
|
669 | 644 | "commands": [
|
670 | 645 | {
|
671 |
| - "command": "nx build-package schematics", |
672 |
| - "forwardAllArgs": false |
| 646 | + "command": "nx build-package schematics" |
673 | 647 | },
|
674 | 648 | {
|
675 |
| - "command": "yarn tsc -p modules/schematics/tsconfig.schematics.json", |
676 |
| - "forwardAllArgs": false |
| 649 | + "command": "yarn tsc -p modules/schematics/tsconfig.schematics.json" |
677 | 650 | },
|
678 | 651 | {
|
679 |
| - "command": "cpy modules/schematics/collection.json dist/modules/schematics", |
680 |
| - "forwardAllArgs": false |
| 652 | + "command": "cpy modules/schematics/collection.json dist/modules/schematics" |
681 | 653 | },
|
682 | 654 | {
|
683 |
| - "command": "cpy modules/schematics/migrations/migration.json dist/modules/schematics/migrations", |
684 |
| - "forwardAllArgs": false |
| 655 | + "command": "cpy modules/schematics/migrations/migration.json dist/modules/schematics/migrations" |
685 | 656 | },
|
686 | 657 | {
|
687 |
| - "command": "cpy modules/schematics/src/**/files/**/*.* dist/ --parents", |
688 |
| - "forwardAllArgs": false |
| 658 | + "command": "cpy modules/schematics/src/**/files/**/*.* dist/ --parents" |
689 | 659 | },
|
690 | 660 | {
|
691 |
| - "command": "cpy modules/schematics/src/**/creator-files/**/*.* dist/ --parents", |
692 |
| - "forwardAllArgs": false |
| 661 | + "command": "cpy modules/schematics/src/**/creator-files/**/*.* dist/ --parents" |
693 | 662 | },
|
694 | 663 | {
|
695 |
| - "command": "cpy modules/schematics/src/**/common-files/**/*.* dist/ --parents", |
696 |
| - "forwardAllArgs": false |
| 664 | + "command": "cpy modules/schematics/src/**/common-files/**/*.* dist/ --parents" |
697 | 665 | },
|
698 | 666 | {
|
699 |
| - "command": "cpy modules/schematics/src/**/integration-files/**/*.* dist/ --parents", |
700 |
| - "forwardAllArgs": false |
| 667 | + "command": "cpy modules/schematics/src/**/integration-files/**/*.* dist/ --parents" |
701 | 668 | },
|
702 | 669 | {
|
703 |
| - "command": "cpy modules/schematics/src/**/schema.json dist/ --parents", |
704 |
| - "forwardAllArgs": false |
| 670 | + "command": "cpy modules/schematics/src/**/schema.json dist/ --parents" |
705 | 671 | }
|
706 | 672 | ],
|
707 | 673 | "outputPath": ["dist/modules/schematics"]
|
|
754 | 720 | "parallel": false,
|
755 | 721 | "commands": [
|
756 | 722 | {
|
757 |
| - "command": "ng run store:build-package", |
758 |
| - "forwardAllArgs": false |
| 723 | + "command": "ng run store:build-package" |
759 | 724 | },
|
760 | 725 | {
|
761 |
| - "command": "yarn tsc -p modules/store/tsconfig.schematics.json", |
762 |
| - "forwardAllArgs": false |
| 726 | + "command": "yarn tsc -p modules/store/tsconfig.schematics.json" |
763 | 727 | },
|
764 | 728 | {
|
765 |
| - "command": "yarn rimraf node_modules/@ngrx/store", |
766 |
| - "forwardAllArgs": false |
| 729 | + "command": "yarn rimraf node_modules/@ngrx/store" |
767 | 730 | },
|
768 | 731 | {
|
769 |
| - "command": "yarn mkdirp node_modules/@ngrx/store", |
770 |
| - "forwardAllArgs": false |
| 732 | + "command": "yarn mkdirp node_modules/@ngrx/store" |
771 | 733 | },
|
772 | 734 | {
|
773 |
| - "command": "ncp dist/modules/store node_modules/@ngrx/store", |
774 |
| - "forwardAllArgs": false |
| 735 | + "command": "ncp dist/modules/store node_modules/@ngrx/store" |
775 | 736 | }
|
776 | 737 | ],
|
777 | 738 | "outputPath": ["dist/modules/store", "node_modules/@ngrx/store"]
|
|
816 | 777 | "parallel": false,
|
817 | 778 | "commands": [
|
818 | 779 | {
|
819 |
| - "command": "ng run store-devtools:build-package", |
820 |
| - "forwardAllArgs": false |
| 780 | + "command": "ng run store-devtools:build-package" |
821 | 781 | },
|
822 | 782 | {
|
823 |
| - "command": "yarn tsc -p modules/store-devtools/tsconfig.schematics.json", |
824 |
| - "forwardAllArgs": false |
| 783 | + "command": "yarn tsc -p modules/store-devtools/tsconfig.schematics.json" |
825 | 784 | }
|
826 | 785 | ],
|
827 | 786 | "outputPath": ["dist/modules/store-devtools"]
|
|
0 commit comments