Skip to content

Commit 54e7197

Browse files
author
chengyu.chengyulia
committed
fix: publish maxbuffer length exceeded error
1 parent 152175f commit 54e7197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/built-in-plugins/command-publish/plugin/run-publish.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ async function moveSourceFilesToTempFolderAndPublish(
399399
finalTag = 'beta';
400400
}
401401

402-
await exec(`${targetConfig.npmClient} publish ${tempRoot} --ignore-scripts --tag ${finalTag}`, {
402+
await exec(`${targetConfig.npmClient} publish ${tempRoot} --ignore-scripts --silent --tag ${finalTag}`, {
403403
cwd: tempRoot,
404404
});
405405

0 commit comments

Comments
 (0)