diff --git a/nx.json b/nx.json index 52ad0555..9b755936 100644 --- a/nx.json +++ b/nx.json @@ -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",