fix: project json for nx release
This commit is contained in:
parent
9ffec1a879
commit
b73f63028f
2 changed files with 7 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
|||
"release": {
|
||||
"executor": "nx-release:build-update-publish",
|
||||
"options": {
|
||||
"libName": "ns-paystack"
|
||||
"libName": "nestjs-paystack"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -45,6 +45,12 @@
|
|||
"libs/ngx-responsive-table/**/*.html"
|
||||
]
|
||||
}
|
||||
},
|
||||
"release": {
|
||||
"executor": "nx-release:build-update-publish",
|
||||
"options": {
|
||||
"libName": "ngx-responsive-table"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue