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:
parent
7f0bb10186
commit
d1462b4ece
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -51,7 +51,7 @@ endif
|
||||||
|
|
||||||
# Declare "make" targets.
|
# Declare "make" targets.
|
||||||
all: dep build-js
|
all: dep build-js
|
||||||
dep: dep-tensorflow dep-npm dep-js
|
dep: dep-tensorflow dep-js
|
||||||
build: build-go
|
build: build-go
|
||||||
pull: docker-pull
|
pull: docker-pull
|
||||||
test: test-js test-go
|
test: test-js test-go
|
||||||
|
|
Loading…
Reference in a new issue