NPM CLI
Executes NPM and Node.js commands.
Use command to specify the command to be executed, e.g.:
yaml
command: npm run buildParams
| 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) |