Skip to content

Commit

Permalink
chore(ci): fix publish (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
LironEr committed Aug 18, 2024
1 parent fc9ddbc commit 6925f58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
"cache": true,
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
},
"nx-release-publish": {
"options": {
"packageRoot": "dist/packages/{projectName}"
}
}
},
"plugins": [
Expand Down
2 changes: 1 addition & 1 deletion packages/bundlemon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bundlemon",
"version": "3.0.2",
"version": "3.0.3",
"description": "Monitor your bundle size",
"keywords": [
"bundle",
Expand Down

0 comments on commit 6925f58

Please sign in to comment.