fix(ns-paystack): replaced sample library name from semantic versioning command

This commit is contained in:
Brian Pooe 2023-06-04 12:35:25 +02:00
commit b09b4642d8

View file

@ -56,7 +56,7 @@
"executor": "nx:run-commands",
"outputs": [],
"options": {
"command": "npx semantic-release-plus --extends ./packages/ts-library/release.config.js",
"command": "npx semantic-release-plus --extends ./packages/ns-paystack/release.config.js",
"parallel": false
}
}