Ghost/ghost/member-attribution
Fabien "egg" O'Carroll 3c431bd8da Revert "Added member attributions to activity feed (#15283)"
This reverts commit e986b78458.

The tests were not passing for the PR and it was erroneously
merged into main
2022-08-24 11:01:47 -04:00
..
lib Revert "Added member attributions to activity feed (#15283)" 2022-08-24 11:01:47 -04:00
test Revert "Added member attributions to activity feed (#15283)" 2022-08-24 11:01:47 -04:00
.eslintrc.js Added member attribution events and storage (#15243) 2022-08-18 17:38:42 +02:00
index.js Improved dependency structure of member-attribution package 2022-08-22 11:36:24 +02:00
package.json Added member attribution events and storage (#15243) 2022-08-18 17:38:42 +02:00
README.md Added member attribution events and storage (#15243) 2022-08-18 17:38:42 +02:00

Member Attribution

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