Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2de37a1

Browse files
committed
fix: add dist-tag to publish log
1 parent02bea6c commit2de37a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/publish.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = async ({npmPublish, pkgRoot}, pkg, context) => {
1919
constregistry=getRegistry(pkg,context);
2020
constdistTag=getChannel(channel);
2121

22-
logger.log(`Publishing version${version} to npm registry`);
22+
logger.log(`Publishing version${version} to npm registry on dist-tag${distTag}`);
2323
constresult=execa('npm',['publish',basePath,'--tag',distTag,'--registry',registry],{cwd, env});
2424
result.stdout.pipe(
2525
stdout,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp