Skip to content

Commit 9c0f94f

Browse files
fix: nx release with correct publish directory
1 parent 72f3898 commit 9c0f94f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

libs/ngrx-toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-architects/ngrx-toolkit",
3-
"version": "0.1.2",
3+
"version": "0.1.0",
44
"license": "MIT",
55
"repository": {
66
"type": "GitHub",

nx.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@
3131
"{workspaceRoot}/.eslintignore",
3232
"{workspaceRoot}/eslint.config.js"
3333
]
34+
},
35+
"nx-release-publish": {
36+
"dependsOn": [
37+
"build"
38+
],
39+
"options": {
40+
"packageRoot": "dist/libs/ngrx-toolkit"
41+
}
3442
}
3543
},
3644
"namedInputs": {

0 commit comments

Comments
 (0)