Skip to content

Commit

Permalink
TEMPORARY - Update rush-project.json files in projects with cyclic de…
Browse files Browse the repository at this point in the history
…pendencies on @rushstack/heft-node-rig
  • Loading branch information
iclanton committed Jan 18, 2022
1 parent 9e2f537 commit 7ec3cab
Show file tree
Hide file tree
Showing 12 changed files with 96 additions and 0 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"]
}
]
}
8 changes: 8 additions & 0 deletions eslint/eslint-patch/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 eslint/eslint-plugin-packlets/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 eslint/eslint-plugin-security/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 eslint/eslint-plugin/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 libraries/heft-config-file/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 libraries/node-core-library/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 libraries/rig-package/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 libraries/tree-pattern/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 libraries/ts-command-line/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"]
}
]
}

0 comments on commit 7ec3cab

Please sign in to comment.