Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[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. #3144

Merged
merged 9 commits into from
Jan 19, 2022
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