Ghost/.github/hooks
Daniel Lockyer 56b407f1f4
Added pre-push hook to run unit tests on changed packages
fixes https://github.com/TryGhost/Toolbox/issues/532

- we should protect against failures entering `main` which could be
  avoided by running a quick unit test beforehand
- this reintroduces Lerna as it supports parallelisation and `--since`,
  to run linting and unit tests on packages that have changed since
  upstream
2023-03-23 11:27:43 +01:00
..
pre-commit Removed pre-commit linting on non-main branches 2022-10-27 11:47:10 +07:00
pre-push Added pre-push hook to run unit tests on changed packages 2023-03-23 11:27:43 +01:00