CI: Do not update NPM when running "make dep" to avoid NPM bugs

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-01-16 10:17:27 +01:00
parent 7f0bb10186
commit d1462b4ece

View file

@ -51,7 +51,7 @@ endif
# Declare "make" targets.
all: dep build-js
dep: dep-tensorflow dep-npm dep-js
dep: dep-tensorflow dep-js
build: build-go
pull: docker-pull
test: test-js test-go