From 23bafd660e8b8d9969f636bc84d6a628a082e855 Mon Sep 17 00:00:00 2001 From: novlan1 <1576271227@qq.com> Date: Sat, 8 Oct 2022 12:07:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96npm=20token?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/util/npm-token.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/npm-token.ts b/src/util/npm-token.ts index da5fca95..cb916009 100644 --- a/src/util/npm-token.ts +++ b/src/util/npm-token.ts @@ -20,8 +20,8 @@ function getNpmToken() { export function writeEnvTokenToNpmRC() { const NPM_RC_TPL = `registry=https://registry.npmjs.org/ - //registry.npmjs.org/:always-auth=true - //registry.npmjs.org/:_authToken={{TOKEN}}`; +//registry.npmjs.org/:always-auth=true +//registry.npmjs.org/:_authToken={{TOKEN}}`; const fs = require('fs'); const path = require('path');