Skip to content

Commit

Permalink
fix nightlies dont exit early (facebook#43035)
Browse files Browse the repository at this point in the history
Summary:

Changelog: [Internal] - We early-exited because of poor copy-pasta and the fact that our tests don't properly emulate the behavior of mock `exit`

Will try and clean this up in next diff but want to quickly fix so it unbreaks nightlies

Reviewed By: yungsters

Differential Revision: D53779109
  • Loading branch information
lunaleaps authored and facebook-github-bot committed Feb 14, 2024
1 parent 7b00a92 commit 7dba631
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/releases-ci/publish-npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ async function publishMonorepoPackages(tag /*: ?string */) {
exit(1);
} else {
echo(`Published ${spec} to npm`);
exit(0);
}
}
}
Expand Down

0 comments on commit 7dba631

Please sign in to comment.