Skip to content

Commit

Permalink
chore: remove duplicate nx-release-publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed Apr 2, 2024
1 parent 887e72f commit 57c215b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 23 deletions.
12 changes: 7 additions & 5 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,10 @@
"changelog": {
"projectChangelogs": {
"createRelease": "github"
},
"workspaceChangelog": {
"createRelease": "github"
}
},
"git": {
"commit": true,
"push": true,
"pushRemote": "origin",
"tag": true
}
},
Expand Down Expand Up @@ -57,6 +52,13 @@
"codeCoverage": true
}
}
},
"nx-release-publish": {
"options": {
"packageRoot": "dist/{projectRoot}",
"registry": "https://registry.npmjs.org/"
},
"dependsOn": ["build"]
}
},
"nxCloudAccessToken": "ZDU0ZWUwNDktM2YzZC00ODgzLWFiNTktYzQzNDVmOWZlNTE0fHJlYWQtd3JpdGU="
Expand Down
7 changes: 1 addition & 6 deletions packages/keto-client-wrapper/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,7 @@
"dependsOn": ["build"]
},
"nx-release-publish": {
"executor": "@nx/js:release-publish",
"options": {
"packageRoot": "dist/packages/keto-client-wrapper",
"registry": "https://registry.npmjs.org/"
},
"dependsOn": ["build"]
"executor": "@nx/js:release-publish"
},
"lint": {
"executor": "@nx/eslint:lint",
Expand Down
7 changes: 1 addition & 6 deletions packages/keto-relations-parser/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@
"dependsOn": ["build"]
},
"nx-release-publish": {
"executor": "@nx/js:release-publish",
"options": {
"packageRoot": "dist/packages/keto-relations-parser",
"registry": "https://registry.npmjs.org/"
},
"dependsOn": ["build"]
"executor": "@nx/js:release-publish"
},
"lint": {
"executor": "@nx/eslint:lint",
Expand Down
7 changes: 1 addition & 6 deletions packages/kratos-client-wrapper/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,7 @@
"dependsOn": ["build"]
},
"nx-release-publish": {
"executor": "@nx/js:release-publish",
"options": {
"packageRoot": "dist/packages/kratos-client-wrapper",
"registry": "https://registry.npmjs.org/"
},
"dependsOn": ["build"]
"executor": "@nx/js:release-publish"
},
"lint": {
"executor": "@nx/eslint:lint",
Expand Down

0 comments on commit 57c215b

Please sign in to comment.