d696e8b2e2
refs https://github.com/TryGhost/Product/issues/4209 - bumped Koenig packages - `koenig-lexical` added nested editor TK support - all packages dropped Node 16 support - switched to using `isTKEnabled` prop and `<TKCountPlugin>` Co-authored-by: Kevin Ansfield <kevin@lookingsideways.co.uk> |
||
---|---|---|
.. | ||
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