Skip to content

Commit 37c9ccf

Browse files
committed
Update publish cmd
1 parent 82f53f4 commit 37c9ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export async function publish(args) {
208208
if (!registryUrlWithoutScheme.endsWith('/')) registryUrlWithoutScheme += '/';
209209

210210
const configCmd = `npm config set //${registryUrlWithoutScheme}:_authToken ${env.NPM_TOKEN}`;
211-
logger.info(`Setting npm config to registry //${registryUrlWithoutScheme}`);
211+
logger.info(`Setting npm config to registry: npm config set //${registryUrlWithoutScheme}:_authToken ${obfuscateToken(env.NPM_TOKEN)}`);
212212
execSync(configCmd, {
213213
cwd: packageDirectory,
214214
env

0 commit comments

Comments
 (0)