We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f3898 commit 9c0f94fCopy full SHA for 9c0f94f
libs/ngrx-toolkit/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@angular-architects/ngrx-toolkit",
3
- "version": "0.1.2",
+ "version": "0.1.0",
4
"license": "MIT",
5
"repository": {
6
"type": "GitHub",
nx.json
@@ -31,6 +31,14 @@
31
"{workspaceRoot}/.eslintignore",
32
"{workspaceRoot}/eslint.config.js"
33
]
34
+ },
35
+ "nx-release-publish": {
36
+ "dependsOn": [
37
+ "build"
38
+ ],
39
+ "options": {
40
+ "packageRoot": "dist/libs/ngrx-toolkit"
41
+ }
42
}
43
},
44
"namedInputs": {
0 commit comments