We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2f229 commit 2d9ec91Copy full SHA for 2d9ec91
1 file changed
scripts/release/publish-commands/publish-to-npm.js
@@ -62,7 +62,9 @@ const run = async ({cwd, dry, packages, tags}, otp) => {
62
await exec(`npm dist-tag rm ${packageName} untagged --otp=${otp}`);
63
}
64
console.log(
65
- theme.command(`npm dist-tag rm ${packageName} untagged --otp=${otp}`)
+ theme.command(
66
+ ` npm dist-tag rm ${packageName} untagged --otp=${otp}`
67
+ )
68
);
69
70
0 commit comments