Npm gitea publish (#200)

* update gitignore for goland and first attempt at git.vdb.to npm publish

* whitespace yaml nonsense

* missing run entry

* lerna is not cicd friendly, yet

* try from-git arg in lerna.json

* attempt default lerna publish with full checkout

* explicit cli args... lerna.json ???

* explicit cli args... from-package is not --arg

* make publish yaml match manual workflow
This commit is contained in:
Michael
2022-10-13 15:12:24 -04:00
committed by GitHub
parent bad5ec754a
commit 5ffe13b723
4 changed files with 43 additions and 4 deletions
+3 -1
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-git": true
}
}
}