.npmrc 環境変数の展開に失敗するとpnpm はその .npmrc の設定を適用しない
.npmrc の1行目 //npm.pkg.github.com/:_authToken=${NPM_TOKEN} で環境変数の展開に失敗すると、pnpm はその .npmrc の設定を適用せず、結果として @xxx:registry=https://npm.pkg.github.com/も効かなくなる
.npmrc の1行目 //npm.pkg.github.com/:_authToken=${NPM_TOKEN} で環境変数の展開に失敗すると、pnpm はその .npmrc の設定を適用せず、結果として @xxx:registry=https://npm.pkg.github.com/も効かなくなる