mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
improved makefile message to developer
This commit is contained in:
parent
b62c270b7f
commit
8b6e32588c
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -52,10 +52,10 @@ setup: download-deps
|
|||
.PHONY: setup
|
||||
|
||||
download-deps:
|
||||
@echo Download Go dependencies
|
||||
@echo Downloading Go dependencies...
|
||||
@go mod download
|
||||
@go mod tidy # To revert any changes made by the `go mod download` command
|
||||
@echo Download Node dependencies
|
||||
@echo Downloading Node dependencies...
|
||||
@(cd ./ui && npm ci)
|
||||
.PHONY: download-deps
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue