mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
NPM: Remove deprecated "--depth 3" command flag in Makefile
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
2
Makefile
2
Makefile
@@ -235,7 +235,7 @@ dep-go:
|
|||||||
dep-upgrade:
|
dep-upgrade:
|
||||||
go get -u -t ./...
|
go get -u -t ./...
|
||||||
dep-upgrade-js:
|
dep-upgrade-js:
|
||||||
(cd frontend && npm --depth 3 update --legacy-peer-deps)
|
(cd frontend && npm update --legacy-peer-deps)
|
||||||
dep-tensorflow:
|
dep-tensorflow:
|
||||||
scripts/download-facenet.sh
|
scripts/download-facenet.sh
|
||||||
scripts/download-nasnet.sh
|
scripts/download-nasnet.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user