mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Call go mod tidy
after go mod download
to undo any changes to go.sum
This commit is contained in:
parent
63b9353452
commit
03afb4ff0e
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -54,6 +54,7 @@ setup: download-deps
|
|||
download-deps:
|
||||
@echo Download Go dependencies
|
||||
@go mod download
|
||||
@go mod tidy # To revert any changes made by the `go mod download` command
|
||||
@echo Download Node dependencies
|
||||
@(cd ./ui && npm ci)
|
||||
.PHONY: download-deps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue