mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-08 00:44:06 +00:00
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:
+3
-1
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user