Skip to content

Commit 9a9af36

Browse files
committed
chore: update cd
1 parent 05d33b8 commit 9a9af36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nx.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
}
4343
],
4444
"release": {
45+
"projects": ["libs/*"],
4546
"version": {
4647
"preVersionCommand": "npx nx run-many -t build"
4748
}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@otwld/nestjs-kubernetes",
2+
"name": "@otwld/nestjs-kubernetes-root",
33
"version": "0.0.0",
44
"license": "MIT",
55
"scripts": {},
@@ -32,7 +32,6 @@
3232
"verdaccio": "^5.0.4"
3333
},
3434
"workspaces": [
35-
"packages/*",
3635
"libs/*"
3736
],
3837
"dependencies": {

0 commit comments

Comments
 (0)