Skip to content

Commit

Permalink
fix: nx release with correct publish directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rainerhahnekamp committed Apr 20, 2024
1 parent 72f3898 commit 9c0f94f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ngrx-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-architects/ngrx-toolkit",
"version": "0.1.2",
"version": "0.1.0",
"license": "MIT",
"repository": {
"type": "GitHub",
Expand Down
8 changes: 8 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
"{workspaceRoot}/.eslintignore",
"{workspaceRoot}/eslint.config.js"
]
},
"nx-release-publish": {
"dependsOn": [
"build"
],
"options": {
"packageRoot": "dist/libs/ngrx-toolkit"
}
}
},
"namedInputs": {
Expand Down

0 comments on commit 9c0f94f

Please sign in to comment.