Skip to content

Commit

Permalink
Update rush-project.json to follow new schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
iclanton committed Jan 18, 2022
1 parent 58bdbc8 commit 9e2f537
Show file tree
Hide file tree
Showing 44 changed files with 275 additions and 69 deletions.
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"]
}
]
}
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 9e2f537

Please sign in to comment.