Skip to content

Commit a7ab4ae

Browse files
authored
Merge pull request #565 from HubSpot/exit_2_fatal_validation
Exit 2 on FATAL marketplace validations
2 parents 172b7c4 + 3103b0c commit a7ab4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/commands/marketplaceValidate/validateTheme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ exports.handler = async options => {
7575
.flat()
7676
.some(result => result.result === VALIDATION_RESULT.FATAL)
7777
) {
78-
process.exit(1);
78+
process.exit(2);
7979
}
8080
});
8181
};

0 commit comments

Comments
 (0)