mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-22 11:16:01 +03:00
47d1a3c451
ref https://linear.app/tryghost/issue/DEV-20/faster-builds - `build` should be the overall script to build the package - `build:ts` should only build TypeScript - by having them switched around, `build:ts` would call `yarn build`, and `yarn` adds several hundreds of milliseconds of time to each build |
||
---|---|---|
.. | ||
src | ||
test | ||
.eslintrc.js | ||
package.json | ||
README.md | ||
tsconfig.json |
Model To Domain Event Interceptor
Model event interceptor that maps legacy model events to Domain event
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