2023-02-15 10:23:31 +03:00
|
|
|
# Milestones
|
2023-02-07 13:47:35 +03:00
|
|
|
|
2023-02-15 10:23:31 +03:00
|
|
|
Checking milestone defined milestone goals and sending events when achieved
|
2023-02-07 13:47:35 +03:00
|
|
|
|
|
|
|
|
|
|
|
## 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
|
|
|
|
|