Skip to content

Commit

Permalink
Merge pull request #3144 from iclanton/phasify-rigs
Browse files Browse the repository at this point in the history
[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
iclanton authored Jan 19, 2022
2 parents 10fdf52 + 16705a1 commit 3292dad
Show file tree
Hide file tree
Showing 76 changed files with 555 additions and 87 deletions.
8 changes: 8 additions & 0 deletions apps/api-extractor-model/config/rush-project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib", "lib-commonjs", "temp"]
}
]
}
8 changes: 8 additions & 0 deletions apps/api-extractor/config/rush-project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib", "lib-commonjs", "temp"]
}
]
}
8 changes: 8 additions & 0 deletions apps/heft/config/rush-project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib", "lib-commonjs", "temp"]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"projectOutputFolderNames": ["lib", "dist"]
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib", "dist"]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"projectOutputFolderNames": ["lib", "dist"]
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib", "dist"]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"projectOutputFolderNames": ["lib", "dist"]
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib", "dist"]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"projectOutputFolderNames": ["lib", "dist"]
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib", "dist"]
}
]
}
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 build-tests/api-documenter-test/config/rush-project.json
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 build-tests/api-extractor-lib1-test/config/rush-project.json
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 build-tests/api-extractor-lib2-test/config/rush-project.json
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 build-tests/api-extractor-lib3-test/config/rush-project.json
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 build-tests/api-extractor-scenarios/config/rush-project.json
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 build-tests/api-extractor-test-01/config/rush-project.json
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 build-tests/api-extractor-test-02/config/rush-project.json
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 build-tests/api-extractor-test-03/config/rush-project.json
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 build-tests/api-extractor-test-04/config/rush-project.json
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 build-tests/eslint-7-test/config/rush-project.json
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 build-tests/heft-action-plugin-test/config/rush-project.json
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 build-tests/heft-action-plugin/config/rush-project.json
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 build-tests/heft-copy-files-test/config/rush-project.json
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"
]
}
]
}
7 changes: 6 additions & 1 deletion build-tests/heft-example-plugin-01/config/rush-project.json
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 build-tests/heft-example-plugin-02/config/rush-project.json
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 build-tests/heft-fastify-test/config/rush-project.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"projectOutputFolderNames": ["lib", "dist"]
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib", "dist"]
}
]
}
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 build-tests/heft-minimal-rig-test/config/rush-project.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"projectOutputFolderNames": ["lib", "dist"]
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib", "dist"]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"projectOutputFolderNames": ["lib", "dist"]
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib", "dist"]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"projectOutputFolderNames": ["lib", "dist"]
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib", "dist"]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"projectOutputFolderNames": ["lib", "dist"]
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib", "dist"]
}
]
}
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 build-tests/heft-parameter-plugin/config/rush-project.json
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 build-tests/heft-sass-test/config/rush-project.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"projectOutputFolderNames": ["lib", "dist"]
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib", "dist"]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"projectOutputFolderNames": ["lib"]
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib"]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"projectOutputFolderNames": ["lib", "dist"]
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib", "dist"]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"projectOutputFolderNames": ["lib", "dist"]
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib", "dist"]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"projectOutputFolderNames": ["lib", "dist"]
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib", "dist"]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"projectOutputFolderNames": ["lib", "dist"]
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib", "dist"]
}
]
}
Loading

0 comments on commit 3292dad

Please sign in to comment.