diff --git a/nx.json b/nx.json index 4912e261..7e849e8e 100644 --- a/nx.json +++ b/nx.json @@ -56,7 +56,9 @@ }, "nx-release-publish": { "cache": false, - "dependsOn": ["build"], + "dependsOn": [ + { "projects": "self", "target": "build", "params": "forward" } + ], "options": { "packageRoot": "dist/packages/{projectName}" }