mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05: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
|