Skip to content

Commit

Permalink
fix(esbuild-meta): fix release config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Jun 29, 2024
1 parent 619a0f4 commit a082ec3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
"cache": true,
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
},
"nx-release-publish": {
"dependsOn": ["build"],
"options": {
"packageRoot": "dist/packages/{projectName}"
}
}
},
"defaultBase": "main",
Expand Down

0 comments on commit a082ec3

Please sign in to comment.