Setup git hooks when running `make setup`

This commit is contained in:
Deluan 2021-08-21 13:45:34 -04:00
parent 143f5ba9d5
commit 6983390ca3
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ endif
CI_RELEASER_VERSION=1.16.4-1 ## https://github.com/navidrome/ci-goreleaser
setup: check_env download-deps ##@1_Run_First Install dependencies and prepare development environment
setup: check_env download-deps setup-git ##@1_Run_First Install dependencies and prepare development environment
@echo Downloading Node dependencies...
@(cd ./ui && npm ci)
.PHONY: setup