mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
Indent a command
This commit is contained in:
parent
db2f229110
commit
2d9ec9199c
|
|
@ -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}`
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user