NPM Publish
Publishes NPM packages.
Params
| Param | Description |
|---|---|
NPM_LOGIN_REGISTRY | NPM registry to log in to (string) |
NPM_LOGIN_TOKEN | NPM token to log in with (instead of NPM_LOGIN_USER / NPM_LOGIN_PASSWORD) (string) |
NPM_LOGIN_USER | NPM user to log in with (instead of NPM_LOGIN_TOKEN) (string) |
NPM_LOGIN_PASSWORD | NPM password to log in with (instead of NPM_LOGIN_TOKEN) (string) |
CONTEXT | Context directory (relative to project root) (default: .) (string) |
TAG | Tag to publish (string) |