Ghost/ghost/milestones
Aileen Nowak b55a95b944 Removed usage of GhostMailer in MilestonesService
no issue

- With the switch of using a `MilestoneCreatedEvent` we'll be decoupling the mailing functionality and not need `GhostMailer` as dependency in the package anymore
2023-02-15 14:28:57 +02:00
..
lib Removed usage of GhostMailer in MilestonesService 2023-02-15 14:28:57 +02:00
test Removed usage of GhostMailer in MilestonesService 2023-02-15 14:28:57 +02:00
.eslintrc.js Renamed milestone-emails to milestones 2023-02-15 10:43:05 +02:00
index.js Renamed milestone-emails to milestones 2023-02-15 10:43:05 +02:00
package.json Renamed milestone-emails to milestones 2023-02-15 10:43:05 +02:00
README.md Renamed milestone-emails to milestones 2023-02-15 10:43:05 +02:00

Milestones

Checking milestone defined milestone goals and sending events when achieved

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