Skip to content

NPM Publish

Docker Image SizeLicenseGit Repository

Publishes NPM packages.

Params

ParamDescription
NPM_LOGIN_REGISTRYNPM registry to log in to (string)
NPM_LOGIN_TOKENNPM token to log in with (instead of NPM_LOGIN_USER / NPM_LOGIN_PASSWORD) (string)
NPM_LOGIN_USERNPM user to log in with (instead of NPM_LOGIN_TOKEN) (string)
NPM_LOGIN_PASSWORDNPM password to log in with (instead of NPM_LOGIN_TOKEN) (string)
CONTEXTContext directory (relative to project root) (default: .) (string)
TAGTag to publish (string)