Skip to content

Commit 2d9ec91

Browse files
committed
Indent a command
1 parent db2f229 commit 2d9ec91

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/release/publish-commands/publish-to-npm.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ const run = async ({cwd, dry, packages, tags}, otp) => {
6262
await exec(`npm dist-tag rm ${packageName} untagged --otp=${otp}`);
6363
}
6464
console.log(
65-
theme.command(`npm dist-tag rm ${packageName} untagged --otp=${otp}`)
65+
theme.command(
66+
` npm dist-tag rm ${packageName} untagged --otp=${otp}`
67+
)
6668
);
6769
}
6870
}

0 commit comments

Comments
 (0)