Skip to content

Commit

Permalink
Revert "prove it better"
Browse files Browse the repository at this point in the history
This reverts commit 9db64ab.
  • Loading branch information
alxndrsn committed Mar 13, 2024
1 parent 9db64ab commit 50761f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/dev-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ var filesWritten = false;

Promise.resolve().then(function () {
if (process.env.CI) {
process.exit(66);
// return; // don't bother rebuilding in CI; we already built
return; // don't bother rebuilding in CI; we already built
}
return Promise.all([
rebuildPouch(),
Expand Down

0 comments on commit 50761f4

Please sign in to comment.