mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-22 11:16:01 +03:00
93e0898c12
- this middlware is standalone and has 100% test coverage, therefore we can move it out to a separate package and remap the requires accordingly
339 B
339 B
Mw Version Match
Version compatibility middleware for Ghost
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