fix: project json for nx release

This commit is contained in:
Brian Pooe 2023-08-05 19:02:24 +02:00
parent 9ffec1a879
commit b73f63028f
2 changed files with 7 additions and 1 deletions

View file

@ -43,7 +43,7 @@
"release": {
"executor": "nx-release:build-update-publish",
"options": {
"libName": "ns-paystack"
"libName": "nestjs-paystack"
}
}
},

View file

@ -45,6 +45,12 @@
"libs/ngx-responsive-table/**/*.html"
]
}
},
"release": {
"executor": "nx-release:build-update-publish",
"options": {
"libName": "ngx-responsive-table"
}
}
}
}