We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152175f commit 54e7197Copy full SHA for 54e7197
src/built-in-plugins/command-publish/plugin/run-publish.ts
@@ -399,7 +399,7 @@ async function moveSourceFilesToTempFolderAndPublish(
399
finalTag = 'beta';
400
}
401
402
- await exec(`${targetConfig.npmClient} publish ${tempRoot} --ignore-scripts --tag ${finalTag}`, {
+ await exec(`${targetConfig.npmClient} publish ${tempRoot} --ignore-scripts --silent --tag ${finalTag}`, {
403
cwd: tempRoot,
404
});
405
0 commit comments