-
Notifications
You must be signed in to change notification settings - Fork 607
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3144 from iclanton/phasify-rigs
[heft-node/web-rig] Update the `rush-project.json` file to follow the new schema and configure the "build" command output folders for the "_phase:build" phase.
- Loading branch information
Showing
76 changed files
with
555 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "lib-commonjs", "temp"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "lib-commonjs", "temp"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "lib-commonjs", "temp"] | ||
} | ||
] | ||
} |
7 changes: 6 additions & 1 deletion
7
build-tests-samples/heft-node-basic-tutorial/config/rush-project.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib", "dist"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "dist"] | ||
} | ||
] | ||
} |
7 changes: 6 additions & 1 deletion
7
build-tests-samples/heft-node-jest-tutorial/config/rush-project.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib", "dist"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "dist"] | ||
} | ||
] | ||
} |
7 changes: 6 additions & 1 deletion
7
build-tests-samples/heft-storybook-react-tutorial/config/rush-project.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib", "dist"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "dist"] | ||
} | ||
] | ||
} |
7 changes: 6 additions & 1 deletion
7
build-tests-samples/heft-webpack-basic-tutorial/config/rush-project.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib", "dist"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "dist"] | ||
} | ||
] | ||
} |
7 changes: 6 additions & 1 deletion
7
build-tests-samples/packlets-tutorial/config/rush-project.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib", "dist"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "dist"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib", "dist"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "dist"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib", "dist"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "dist"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib", "dist"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "dist"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib", "dist"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "dist"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib", "dist"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "dist"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib", "dist"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "dist"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib", "dist"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "dist"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib", "dist"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "dist"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib", "dist"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "dist"] | ||
} | ||
] | ||
} |
33 changes: 15 additions & 18 deletions
33
build-tests/heft-copy-files-test/config/rush-project.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,18 @@ | ||
{ | ||
"projectOutputFolderNames": [ | ||
"out-all", | ||
|
||
"out-all-except-for-images", | ||
|
||
"out-all-linked", | ||
|
||
"out-images-flattened", | ||
|
||
"out-images1", | ||
|
||
"out-images2", | ||
|
||
"out-images3", | ||
|
||
"out-images4", | ||
|
||
"out-images5" | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": [ | ||
"out-all", | ||
"out-all-except-for-images", | ||
"out-all-linked", | ||
"out-images-flattened", | ||
"out-images1", | ||
"out-images2", | ||
"out-images3", | ||
"out-images4", | ||
"out-images5" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib", "dist"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "dist"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib", "dist"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "dist"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib", "dist"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "dist"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib", "dist"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "dist"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib", "dist"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "dist"] | ||
} | ||
] | ||
} |
7 changes: 6 additions & 1 deletion
7
build-tests/heft-minimal-rig-usage-test/config/rush-project.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib", "dist"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "dist"] | ||
} | ||
] | ||
} |
7 changes: 6 additions & 1 deletion
7
build-tests/heft-node-everything-esm-module-test/config/rush-project.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib", "dist"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "dist"] | ||
} | ||
] | ||
} |
7 changes: 6 additions & 1 deletion
7
build-tests/heft-node-everything-test/config/rush-project.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib", "dist"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "dist"] | ||
} | ||
] | ||
} |
7 changes: 6 additions & 1 deletion
7
build-tests/heft-parameter-plugin-test/config/rush-project.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib", "dist"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "dist"] | ||
} | ||
] | ||
} |
7 changes: 6 additions & 1 deletion
7
build-tests/heft-typescript-composite-test/config/rush-project.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib"] | ||
} | ||
] | ||
} |
7 changes: 6 additions & 1 deletion
7
build-tests/heft-webpack4-everything-test/config/rush-project.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib", "dist"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "dist"] | ||
} | ||
] | ||
} |
7 changes: 6 additions & 1 deletion
7
build-tests/heft-webpack5-everything-test/config/rush-project.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib", "dist"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "dist"] | ||
} | ||
] | ||
} |
7 changes: 6 additions & 1 deletion
7
build-tests/install-test-workspace/workspace/typescript-newest-test/config/rush-project.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib", "dist"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "dist"] | ||
} | ||
] | ||
} |
7 changes: 6 additions & 1 deletion
7
build-tests/install-test-workspace/workspace/typescript-v3-test/config/rush-project.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projectOutputFolderNames": ["lib", "dist"] | ||
"operationSettings": [ | ||
{ | ||
"operationName": "build", | ||
"outputFolderNames": ["lib", "dist"] | ||
} | ||
] | ||
} |
Oops, something went wrong.