Skip to content

Commit

Permalink
chore: properly forward args from nx-release-publish to build tar…
Browse files Browse the repository at this point in the history
…get (to disable nx cache)
  • Loading branch information
tinesoft committed Mar 28, 2024
1 parent 720a82b commit dfcd979
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@
},
"nx-release-publish": {
"cache": false,
"dependsOn": ["build"],
"dependsOn": [
{ "projects": "self", "target": "build", "params": "forward" }
],
"options": {
"packageRoot": "dist/packages/{projectName}"
}
Expand Down

0 comments on commit dfcd979

Please sign in to comment.