mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
951c874e2b
Summary: These only really matter for n1cloud, and are being added manually in production, so no migration file necessary. I am adding them to the model definitions to prevent them getting out of sync with production for development. See T7999 for full SQL review Test Plan: ship it Reviewers: evan, khamidou, juan Reviewed By: juan Subscribers: vlad, jerm Differential Revision: https://phab.nylas.com/D4230 |
||
---|---|---|
.. | ||
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