We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7790b52 commit dc0238dCopy full SHA for dc0238d
src/commands/publish.ts
@@ -59,8 +59,8 @@ export const publish = async (argv: string[]) => {
59
console.error("Validation error:");
60
invalidItemMessages.forEach((msg) => {
61
console.error(msg.name, msg.errors);
62
- targetItems = targetItems.filter((item) => item.name !== msg.name);
63
});
+ process.exit(1);
64
}
65
66
if (targetItems.length === 0) {
0 commit comments