|
531 | 531 | "shouldPublish": false
|
532 | 532 | },
|
533 | 533 |
|
| 534 | + // "build-tests-samples" folder (alphabetical order) |
| 535 | + { |
| 536 | + "packageName": "heft-node-basic-tutorial", |
| 537 | + "projectFolder": "build-tests-samples/heft-node-basic-tutorial", |
| 538 | + "reviewCategory": "tests", |
| 539 | + "shouldPublish": false |
| 540 | + }, |
| 541 | + { |
| 542 | + "packageName": "heft-node-jest-tutorial", |
| 543 | + "projectFolder": "build-tests-samples/heft-node-jest-tutorial", |
| 544 | + "reviewCategory": "tests", |
| 545 | + "shouldPublish": false |
| 546 | + }, |
| 547 | + { |
| 548 | + "packageName": "heft-node-rig-tutorial", |
| 549 | + "projectFolder": "build-tests-samples/heft-node-rig-tutorial", |
| 550 | + "reviewCategory": "tests", |
| 551 | + "shouldPublish": false |
| 552 | + }, |
| 553 | + { |
| 554 | + "packageName": "heft-webpack-basic-tutorial", |
| 555 | + "projectFolder": "build-tests-samples/heft-webpack-basic-tutorial", |
| 556 | + "reviewCategory": "tests", |
| 557 | + "shouldPublish": false |
| 558 | + }, |
| 559 | + { |
| 560 | + "packageName": "packlets-tutorial", |
| 561 | + "projectFolder": "build-tests-samples/packlets-tutorial", |
| 562 | + "reviewCategory": "tests", |
| 563 | + "shouldPublish": false |
| 564 | + }, |
| 565 | + |
534 | 566 | // heft-* projects
|
535 | 567 | {
|
536 | 568 | "packageName": "heft-action-plugin",
|
|
820 | 852 | "cyclicDependencyProjects": ["@rushstack/heft-node-rig", "@rushstack/heft"]
|
821 | 853 | },
|
822 | 854 |
|
823 |
| - // "tutorials" folder (alphabetical order) |
824 |
| - { |
825 |
| - "packageName": "heft-node-basic-tutorial", |
826 |
| - "projectFolder": "tutorials/heft-node-basic-tutorial", |
827 |
| - "reviewCategory": "tests", |
828 |
| - "shouldPublish": false |
829 |
| - }, |
830 |
| - { |
831 |
| - "packageName": "heft-node-jest-tutorial", |
832 |
| - "projectFolder": "tutorials/heft-node-jest-tutorial", |
833 |
| - "reviewCategory": "tests", |
834 |
| - "shouldPublish": false |
835 |
| - }, |
836 |
| - { |
837 |
| - "packageName": "heft-node-rig-tutorial", |
838 |
| - "projectFolder": "tutorials/heft-node-rig-tutorial", |
839 |
| - "reviewCategory": "tests", |
840 |
| - "shouldPublish": false |
841 |
| - }, |
842 |
| - { |
843 |
| - "packageName": "heft-webpack-basic-tutorial", |
844 |
| - "projectFolder": "tutorials/heft-webpack-basic-tutorial", |
845 |
| - "reviewCategory": "tests", |
846 |
| - "shouldPublish": false |
847 |
| - }, |
848 |
| - { |
849 |
| - "packageName": "packlets-tutorial", |
850 |
| - "projectFolder": "tutorials/packlets-tutorial", |
851 |
| - "reviewCategory": "tests", |
852 |
| - "shouldPublish": false |
853 |
| - }, |
854 |
| - |
855 | 855 | // "webpack" folder (alphabetical order)
|
856 | 856 | {
|
857 | 857 | "packageName": "@microsoft/loader-load-themed-styles",
|
|
0 commit comments