mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-22 18:27:31 +00:00
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:
parent
9ae880664a
commit
afb630c93e
|
@ -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
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
|
||||
set -euo pipefail
|
||||
|
||||
just test-commit
|
||||
./run test:commit
|
||||
|
|
Loading…
Reference in a new issue