Skip to content

Commit 54e7197

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)