mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-20 19:44:52 +08:00
Summary: Previously, while resetting the email cache, we would try to stop sync and just wait for an arbitraty amount of time for it to stop and the proceed to blow away the database. This commit makes it so we correctly wait for sync to stop, and then we blow away the db. It adds a timeout anyway in case sync is stuck and we can't stop it Depends on D4207 Test Plan: manual Reviewers: evan, spang, halla Reviewed By: spang, halla Differential Revision: https://phab.nylas.com/D4209 |
||
---|---|---|
.. | ||
client-app | ||
client-sync | ||
isomorphic-core | ||
README.md |
Monorepo Packages
Each folder here is designed to act as its own repository. For development convenience, they are all included here in one monorepo. This allows us to grep across multiple codebases, not use submodules, and keep a unified commit history.
We use Lerna to manage the monorepo and tie
them all together with the main nylas-mail-all/scripts/postinstall.es6
script,
which in turn, calls lerna bootstrap