Skip to content

Commit

Permalink
chore(CI): packages files not being published to NPM with `nx release…
Browse files Browse the repository at this point in the history
… publish`
  • Loading branch information
dgonzalezr committed Dec 18, 2024
1 parent 2f90b7e commit 37fb77c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@
"@nx/eslint:lint": {
"cache": true,
"inputs": ["default", "{workspaceRoot}/eslint.config.js"]
},
"nx-release-publish": {
"options": {
"packageRoot": "dist/{projectName}"
}
}
},
"release": {
Expand Down

0 comments on commit 37fb77c

Please sign in to comment.