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