diff --git a/scripts/release/publish-commands/publish-to-npm.js b/scripts/release/publish-commands/publish-to-npm.js index e1e598f7c175f..2edd8d267efb4 100644 --- a/scripts/release/publish-commands/publish-to-npm.js +++ b/scripts/release/publish-commands/publish-to-npm.js @@ -62,7 +62,9 @@ const run = async ({cwd, dry, packages, tags}, otp) => { await exec(`npm dist-tag rm ${packageName} untagged --otp=${otp}`); } console.log( - theme.command(`npm dist-tag rm ${packageName} untagged --otp=${otp}`) + theme.command( + ` npm dist-tag rm ${packageName} untagged --otp=${otp}` + ) ); } }