Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
docs(npm): Add missing NPM_TOKEN env var requirement
Follow up to #143
  • Loading branch information
BYK committed Dec 15, 2020
commit 04da453ac1a55fce5e790f41fc015cf916f71ba8
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ The `npm` utility must be installed on the system.

| Name | Description |
| ------------------- | ------------------------------------------------------------------- |
| `NPM_TOKEN` | An automation token allowed to publish. (See https://bit.ly/3gSrVyT)|
| `NPM_BIN` | **optional**. Path to the npm executable. Defaults to `npm` |
| `YARN_BIN` | **optional**. Path to the yarn executable. Defaults to `yarn` |
| `CRAFT_NPM_USE_OTP` | **optional**. If set to "1", you will be asked for an OTP (for 2FA) |
Expand Down