chore(git): add commit validation git hook

This commit is contained in:
2020-08-09 08:10:19 +02:00
parent 8cd9bdad50
commit ae4e54453b
6 changed files with 1417 additions and 9 deletions

View File

@ -52,6 +52,9 @@ hydra-shell:
release:
./misc/script/release
install-git-hooks:
git config core.hooksPath .githooks
clean:
rm -rf client/node_modules bin data .env internal/graph/generated internal/graph/server.go
rm -rf vendor