Skip to content

Commit

Permalink
ci: do not forward params by default (#9852)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Nov 27, 2024
1 parent 96f0ec7 commit d0d4cf2
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion projects/addon-charts/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependsOn": [
{
"target": "build",
"params": "forward",
"params": "ignore",
"dependencies": true
}
]
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-commerce/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependsOn": [
{
"target": "build",
"params": "forward",
"params": "ignore",
"dependencies": true
}
]
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-doc/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependsOn": [
{
"target": "build",
"params": "forward",
"params": "ignore",
"dependencies": true
}
]
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-mobile/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependsOn": [
{
"target": "build",
"params": "forward",
"params": "ignore",
"dependencies": true
}
]
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-table/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependsOn": [
{
"target": "build",
"params": "forward",
"params": "ignore",
"dependencies": true
}
]
Expand Down
4 changes: 2 additions & 2 deletions projects/cdk/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependsOn": [
{
"target": "build",
"params": "forward",
"params": "ignore",
"dependencies": true
}
]
Expand Down Expand Up @@ -58,7 +58,7 @@
"dependsOn": [
{
"target": "postbuild",
"params": "forward"
"params": "ignore"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion projects/core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependsOn": [
{
"target": "build",
"params": "forward",
"params": "ignore",
"dependencies": true
}
]
Expand Down
2 changes: 1 addition & 1 deletion projects/experimental/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependsOn": [
{
"target": "build",
"params": "forward",
"params": "ignore",
"dependencies": true
}
]
Expand Down
2 changes: 1 addition & 1 deletion projects/i18n/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependsOn": [
{
"target": "build",
"params": "forward",
"params": "ignore",
"dependencies": true
}
]
Expand Down
2 changes: 1 addition & 1 deletion projects/kit/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependsOn": [
{
"target": "build",
"params": "forward",
"params": "ignore",
"dependencies": true
}
]
Expand Down
2 changes: 1 addition & 1 deletion projects/layout/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependsOn": [
{
"target": "build",
"params": "forward",
"params": "ignore",
"dependencies": true
}
]
Expand Down
2 changes: 1 addition & 1 deletion projects/legacy/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependsOn": [
{
"target": "build",
"params": "forward",
"params": "ignore",
"dependencies": true
}
]
Expand Down
2 changes: 1 addition & 1 deletion projects/taiga-schematics/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependsOn": [
{
"target": "build",
"params": "forward",
"params": "ignore",
"dependencies": true
}
]
Expand Down
2 changes: 1 addition & 1 deletion projects/testing/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependsOn": [
{
"target": "build",
"params": "forward",
"params": "ignore",
"dependencies": true
}
]
Expand Down

0 comments on commit d0d4cf2

Please sign in to comment.