Skip to content

Commit

Permalink
ci: property 'commands' does not match the schema
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jun 21, 2024
1 parent 48a17c7 commit 22b95fb
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion projects/addon-charts/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"commands": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
"command": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
},
"dependsOn": [
{
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 @@ -40,7 +40,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"commands": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
"command": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
},
"dependsOn": [
{
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 @@ -40,7 +40,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"commands": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
"command": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
},
"dependsOn": [
{
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 @@ -40,7 +40,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"commands": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
"command": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
},
"dependsOn": [
{
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 @@ -40,7 +40,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"commands": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
"command": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
},
"dependsOn": [
{
Expand Down
2 changes: 1 addition & 1 deletion projects/cdk/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"commands": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
"command": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
},
"dependsOn": [
{
Expand Down
2 changes: 1 addition & 1 deletion projects/core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"commands": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
"command": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
},
"dependsOn": [
{
Expand Down
2 changes: 1 addition & 1 deletion projects/experimental/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"commands": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
"command": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
},
"dependsOn": [
{
Expand Down
2 changes: 1 addition & 1 deletion projects/i18n/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"commands": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
"command": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
},
"dependsOn": [
{
Expand Down
2 changes: 1 addition & 1 deletion projects/icons/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"commands": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
"command": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
},
"dependsOn": [
{
Expand Down
2 changes: 1 addition & 1 deletion projects/kit/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"commands": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
"command": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
},
"dependsOn": [
{
Expand Down
2 changes: 1 addition & 1 deletion projects/layout/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"commands": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
"command": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
},
"dependsOn": [
{
Expand Down
2 changes: 1 addition & 1 deletion projects/legacy/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"commands": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
"command": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
},
"dependsOn": [
{
Expand Down
2 changes: 1 addition & 1 deletion projects/styles/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"commands": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
"command": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
},
"dependsOn": [
{
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 @@ -29,7 +29,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"commands": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
"command": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
},
"dependsOn": [
{
Expand Down
2 changes: 1 addition & 1 deletion projects/testing/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"commands": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
"command": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
},
"dependsOn": [
{
Expand Down

0 comments on commit 22b95fb

Please sign in to comment.