Ghost/ghost/email-service
Daniel Lockyer 7ec2656495 Added yarn resolution for @tryghost/errors
- we keep ending up with multiple versions of the depedency in our tree,
  and it's causing problems when comparing instances
- the workaround I'm implementing for now is to bump the package
  everywhere and set a resolution so we only have 1 shared instance
- hopefully we can come up with a better method down the line
2023-04-05 09:34:50 +02:00
..
lib Updated images in email template to be work with light/dark mode 2023-04-04 00:32:08 +07:00
test Added newsletter auto border color and dynamic color picker 2023-04-03 11:27:57 +02:00
.eslintrc.js
index.js
package.json Added yarn resolution for @tryghost/errors 2023-04-05 09:34:50 +02:00
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.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests