We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ab5fc commit a2aa38fCopy full SHA for a2aa38f
lib/definitions/errors.js
@@ -37,7 +37,7 @@ Your configuration for the \`pkgRoot\` option is \`${pkgRoot}\`.`,
37
export function ENONPMTOKEN({ registry }) {
38
return {
39
message: "No npm token specified.",
40
- details: `An [npm token](${linkify(
+ details: `When not publishing through [trusted publishing](https://docs.npmjs.com/trusted-publishers) an [npm token](${linkify(
41
"README.md#npm-registry-authentication"
42
)}) must be created and set in the \`NPM_TOKEN\` environment variable on your CI environment.
43
0 commit comments