Skip to content

Commit 66da7f3

Browse files
committed
fix: error link to url
1 parent 6a0bbcd commit 66da7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks/npm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const npmPublishTasks: ListrTask<Ctx> = {
8383

8484
if (!result) {
8585
throw new NpmAvailableError(
86-
`In CI environment, publishing with 2FA is not allowed. Please disable 2FA when accessing with a token from ${link('npm', `https://www.npmjs.com/package/${npm.packageName}/access`)}.`,
86+
`In CI environment, publishing with 2FA is not allowed. Please disable 2FA when accessing with a token from https://www.npmjs.com/package/${npm.packageName}/access`,
8787
);
8888
}
8989
}

0 commit comments

Comments
 (0)