fix: fix yarn fallback auth token

This commit is contained in:
Sergey Krylov 2024-04-04 07:41:24 +03:00
parent 8b3e998c3b
commit ea7ce25f83

View File

@ -4,4 +4,4 @@ yarnPath: .yarn/releases/yarn-4.1.1.cjs
npmPublishRegistry: "https://registry.npmjs.org"
npmAuthToken: ${NODE_AUTH_TOKEN || ""}
npmAuthToken: ${NODE_AUTH_TOKEN-fallback}