mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-22 11:16:01 +03:00
cdb92f1528
ref https://github.com/TryGhost/Ghost/pull/21573 - We discussed this, and figured we should get this behind the flag for now, even though it's pulled - This gives us the ability to do a fast revert if we have to later, which is the point of having the labs "GA FEATURES" array - Note this removes the labsEnabled variable in the tests to make it clearer if the flag is off or on (it was off!) |
||
---|---|---|
.. | ||
lib | ||
test | ||
.eslintrc.js | ||
index.js | ||
package.json | ||
README.md |
Email Service
Manages how posts are sent via email
Usage
Develop
This is a monorepo package.
Follow the instructions for the top-level repo.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Test
yarn lint
run just eslintyarn test
run lint and tests