Skip to content

Commit

Permalink
chore: fix nx-release-publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed Sep 14, 2024
1 parent e8a358f commit 095ae2a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,7 @@
"inputs": ["default", "^production"]
},
"nx-release-publish": {
"dependsOn": [
{
"projects": ["self"],
"target": "build"
},
{
"projects": ["dependencies"],
"target": "nx-release-publish"
}
]
"dependsOn": ["build", "^nx-release-publish"]
},
"lint": {
"executor": "@nx/linter:eslint",
Expand Down

0 comments on commit 095ae2a

Please sign in to comment.