mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 11:55:01 +03:00
fe3430202a
fixes https://github.com/TryGhost/Team/issues/1829 - Remove the subdirectories when creating the Attribution instances - URLs are now always stored relative to the subdirectory instead of the root directory (makes changing the subdirectory easier) - Fixed returning absolute urls - Added tests |
||
---|---|---|
.. | ||
lib | ||
test | ||
.eslintrc.js | ||
index.js | ||
package.json | ||
README.md |
Member Attribution
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