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 05d33b8 commit 9a9af36Copy full SHA for 9a9af36
nx.json
@@ -42,6 +42,7 @@
42
}
43
],
44
"release": {
45
+ "projects": ["libs/*"],
46
"version": {
47
"preVersionCommand": "npx nx run-many -t build"
48
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "@otwld/nestjs-kubernetes",
+ "name": "@otwld/nestjs-kubernetes-root",
3
"version": "0.0.0",
4
"license": "MIT",
5
"scripts": {},
@@ -32,7 +32,6 @@
32
"verdaccio": "^5.0.4"
33
},
34
"workspaces": [
35
- "packages/*",
36
"libs/*"
37
38
"dependencies": {
0 commit comments