mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-19 12:26:19 +00:00
5ffe13b723
* 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
16 lines
263 B
JSON
16 lines
263 B
JSON
{
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"version": "0.2.13",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"command": {
|
|
"publish": {
|
|
"registry": "https://git.vdb.to/api/packages/cerc-io/npm/",
|
|
"yes": true,
|
|
"from-git": true
|
|
}
|
|
}
|
|
}
|