chore(publish): 🔧 Update publish automation script and README documentation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
4ab6143178
commit
b7d8200ccb
2 changed files with 2 additions and 2 deletions
|
|
@ -169,7 +169,7 @@ Clean build artifacts and caches.
|
||||||
|
|
||||||
### publish
|
### publish
|
||||||
|
|
||||||
Publish packages to registry (http://forge.black.local/api/packages/lilith/npm/).
|
Publish packages to registry (http://forge.black.lan/api/packages/lilith/npm/).
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./run publish # Publish all packages (interactive)
|
./run publish # Publish all packages (interactive)
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@ Examples:
|
||||||
Available packages:
|
Available packages:
|
||||||
{', '.join(PUBLISHABLE_PACKAGES.keys())}
|
{', '.join(PUBLISHABLE_PACKAGES.keys())}
|
||||||
|
|
||||||
Registry: http://forge.black.local/api/packages/lilith/npm/
|
Registry: http://forge.black.lan/api/packages/lilith/npm/
|
||||||
|
|
||||||
Note: Packages are published in dependency order.
|
Note: Packages are published in dependency order.
|
||||||
Related packages (imagen-app + imagen-react + imagen-electron) should be versioned together.
|
Related packages (imagen-app + imagen-react + imagen-electron) should be versioned together.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue