Skip to content

Commit 8c96a5a

Browse files
change exit code for no code changes scenario
1 parent 1b2fdac commit 8c96a5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ var modules = Module.getUpdated();
5151

5252
if (!modules.length && !ci.isReleaseBuild()) {
5353
echo('No code changes found, exiting early.');
54-
exit(1);
54+
exit();
5555
}
5656

5757
Module.buildDocs();

0 commit comments

Comments
 (0)