fa40485fb1
closes https://github.com/TryGhost/Arch/issues/62 Because there are many ways in which filters can rely on tags, we will just recalculate all automatic collections for now, rather than attempting to do optimised updates. |
||
---|---|---|
.. | ||
src | ||
test | ||
.eslintrc.js | ||
package.json | ||
README.md | ||
tsconfig.json |
Collections
Manages everything to do with Collections
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