Skip to content

Commit 0c8d1a8

Browse files
committed
Rename the "tutorials" folder to "build-tests-samples"
1 parent c217f3f commit 0c8d1a8

File tree

2 files changed

+34
-33
lines changed

2 files changed

+34
-33
lines changed

build-tests-samples/packlets-tutorial/src/app/App.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
import { DataModel, ExampleModel } from '../packlets/data-model';
21
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
32
// See LICENSE in the project root for license information.
43

4+
import { DataModel, ExampleModel } from '../packlets/data-model';
5+
56
import { Logger, MessageType } from '../packlets/logging';
67
import { MainReport } from '../packlets/reports';
78

rush.json

+32-32
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,38 @@
531531
"shouldPublish": false
532532
},
533533

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+
534566
// heft-* projects
535567
{
536568
"packageName": "heft-action-plugin",
@@ -820,38 +852,6 @@
820852
"cyclicDependencyProjects": ["@rushstack/heft-node-rig", "@rushstack/heft"]
821853
},
822854

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-
855855
// "webpack" folder (alphabetical order)
856856
{
857857
"packageName": "@microsoft/loader-load-themed-styles",

0 commit comments

Comments
 (0)