lerna is not cicd friendly, yet

This commit is contained in:
Michael Shaw 2022-10-12 16:42:14 -04:00
parent 1cdc71d459
commit 8d865ad820

View File

@ -7,7 +7,9 @@
"useWorkspaces": true,
"command": {
"publish": {
"registry": "https://git.vdb.to/api/packages/cerc-io/npm/"
"registry": "https://git.vdb.to/api/packages/cerc-io/npm/",
"yes": true,
"from-package": true
}
}
}