Skip to content

Commit b40d22b

Browse files
committed
Fix npmAuthToken in .yarnrc.yml
Signed-off-by: Sora Morimoto <[email protected]>
1 parent be01c2f commit b40d22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ nodeLinker: node-modules
44

55
npmRegistries:
66
//registry.npmjs.org:
7-
npmAuthToken: "${NPM_AUTH_TOKEN:''}"
7+
npmAuthToken: "${NPM_AUTH_TOKEN:-''}"
88

99
preferInteractive: true
1010

0 commit comments

Comments
 (0)