fix(git-hooks): use run test:commit

Use the `run` script instead of `just` as its no longer being generated.
This commit is contained in:
Oliver Davies 2023-11-23 06:38:35 +00:00
parent 9ae880664a
commit afb630c93e
2 changed files with 5 additions and 1 deletions

View file

@ -6,6 +6,10 @@
* Test assertions for the expected violation messages.
### Fixed
* The `pre-push` Git hook should use `./run test:commit` instead of `just test-commit` since `just` is no longer used.
## 2023-11-22
### Added

View file

@ -4,4 +4,4 @@
set -euo pipefail
just test-commit
./run test:commit