mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-14 19:20:37 +03:00
Setup git hooks when running make setup
This commit is contained in:
parent
143f5ba9d5
commit
6983390ca3
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ endif
|
|||||||
|
|
||||||
CI_RELEASER_VERSION=1.16.4-1 ## https://github.com/navidrome/ci-goreleaser
|
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...
|
@echo Downloading Node dependencies...
|
||||||
@(cd ./ui && npm ci)
|
@(cd ./ui && npm ci)
|
||||||
.PHONY: setup
|
.PHONY: setup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user