mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00

this includes an update to husky v5. we currently cant use commitizen with it but that was causing a ton of issues anyways. so lets try without it for some time.
5 lines
68 B
Bash
Executable File
5 lines
68 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn commitlint --edit $1
|