Skip to content

Commit

Permalink
chore: adjust all nx:run-commands
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Mar 10, 2023
1 parent 9d18866 commit c5872ba
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 39 deletions.
8 changes: 1 addition & 7 deletions packages/classes/mapped-types/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@
"sourceRoot": "packages/classes/mapped-types/src",
"targets": {
"package": {
"executor": "nx:run-commands",
"options": {
"commands": [
"NX_CLOUD=true nx package-lib classes-mapped-types"
],
"parallel": false
}
"command": "NX_CLOUD=true nx package-lib classes-mapped-types"
},
"package-lib": {
"executor": "@nrwl/rollup:rollup",
Expand Down
8 changes: 1 addition & 7 deletions packages/classes/transformer-plugin/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@
"sourceRoot": "packages/classes/transformer-plugin/src",
"targets": {
"package": {
"executor": "nx:run-commands",
"options": {
"commands": [
"NX_CLOUD=true nx package-lib classes-transformer-plugin"
],
"parallel": false
}
"command": "NX_CLOUD=true nx package-lib classes-transformer-plugin"
},
"package-lib": {
"executor": "@nrwl/rollup:rollup",
Expand Down
6 changes: 1 addition & 5 deletions packages/core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
"projectType": "library",
"targets": {
"package": {
"executor": "nx:run-commands",
"options": {
"commands": ["NX_CLOUD=true nx package-lib core"],
"parallel": false
}
"command": "NX_CLOUD=true nx package-lib core"
},
"package-lib": {
"executor": "@nrwl/rollup:rollup",
Expand Down
6 changes: 1 addition & 5 deletions packages/mikro/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
"sourceRoot": "packages/mikro/src",
"targets": {
"package": {
"executor": "nx:run-commands",
"options": {
"commands": ["NX_CLOUD=true nx package-lib mikro"],
"parallel": false
}
"command": "NX_CLOUD=true nx package-lib mikro"
},
"package-lib": {
"executor": "@nrwl/rollup:rollup",
Expand Down
6 changes: 1 addition & 5 deletions packages/nestjs/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
"sourceRoot": "packages/nestjs/src",
"targets": {
"package": {
"executor": "nx:run-commands",
"options": {
"commands": ["NX_CLOUD=true nx package-lib nestjs"],
"parallel": false
}
"command": "NX_CLOUD=true nx package-lib nestjs"
},
"package-lib": {
"executor": "@nrwl/rollup:rollup",
Expand Down
6 changes: 1 addition & 5 deletions packages/pojos/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
"sourceRoot": "packages/pojos/src",
"targets": {
"package": {
"executor": "nx:run-commands",
"options": {
"commands": ["NX_CLOUD=true nx package-lib pojos"],
"parallel": false
}
"command": "NX_CLOUD=true nx package-lib pojos"
},
"package-lib": {
"executor": "@nrwl/rollup:rollup",
Expand Down
6 changes: 1 addition & 5 deletions packages/sequelize/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
"sourceRoot": "packages/sequelize/src",
"targets": {
"package": {
"executor": "nx:run-commands",
"options": {
"commands": ["NX_CLOUD=true nx package-lib sequelize"],
"parallel": false
}
"command": "NX_CLOUD=true nx package-lib sequelize"
},
"package-lib": {
"executor": "@nrwl/rollup:rollup",
Expand Down

0 comments on commit c5872ba

Please sign in to comment.