Skip to content

Commit

Permalink
chore: skip nx executor GH push
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Nov 19, 2024
1 parent fff3493 commit f61fec5
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 28 deletions.
3 changes: 1 addition & 2 deletions packages/advisor-components/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"],
"push": true
"postTargets": ["build", "deploy", "github"]
}
},
"github": {
Expand Down
3 changes: 1 addition & 2 deletions packages/chrome/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"],
"push": true
"postTargets": ["build", "deploy", "github"]
}
},
"github": {
Expand Down
3 changes: 1 addition & 2 deletions packages/components/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"],
"push": true
"postTargets": ["build", "deploy", "github"]
}
},
"github": {
Expand Down
3 changes: 1 addition & 2 deletions packages/config-utils/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"],
"push": true
"postTargets": ["build", "deploy", "github"]
}
},
"github": {
Expand Down
3 changes: 1 addition & 2 deletions packages/config/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"],
"push": true
"postTargets": ["build", "deploy", "github"]
}
},
"github": {
Expand Down
3 changes: 1 addition & 2 deletions packages/eslint-config/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"],
"push": true
"postTargets": ["build", "deploy", "github"]
}
},
"github": {
Expand Down
3 changes: 1 addition & 2 deletions packages/notifications/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"],
"push": true
"postTargets": ["build", "deploy", "github"]
}
},
"github": {
Expand Down
3 changes: 1 addition & 2 deletions packages/remediations/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"],
"push": true
"postTargets": ["build", "deploy", "github"]
}
},
"github": {
Expand Down
3 changes: 1 addition & 2 deletions packages/rule-components/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"],
"push": true
"postTargets": ["build", "deploy", "github"]
}
},
"github": {
Expand Down
3 changes: 1 addition & 2 deletions packages/testing/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"],
"push": true
"postTargets": ["build", "deploy", "github"]
}
},
"github": {
Expand Down
3 changes: 1 addition & 2 deletions packages/translations/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"],
"push": true
"postTargets": ["build", "deploy", "github"]
}
},
"github": {
Expand Down
3 changes: 1 addition & 2 deletions packages/tsc-transform-imports/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"],
"push": true
"postTargets": ["build", "deploy", "github"]
}
},
"github": {
Expand Down
3 changes: 1 addition & 2 deletions packages/types/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"],
"push": true
"postTargets": ["build", "deploy", "github"]
}
},
"github": {
Expand Down
3 changes: 1 addition & 2 deletions packages/utils/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"],
"push": true
"postTargets": ["build", "deploy", "github"]
}
},
"github": {
Expand Down

0 comments on commit f61fec5

Please sign in to comment.