mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
NPM: Remove deprecated "--depth 3" command flag in Makefile
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
44c759e58d
commit
7c5c66dc4f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -235,7 +235,7 @@ dep-go:
|
|||
dep-upgrade:
|
||||
go get -u -t ./...
|
||||
dep-upgrade-js:
|
||||
(cd frontend && npm --depth 3 update --legacy-peer-deps)
|
||||
(cd frontend && npm update --legacy-peer-deps)
|
||||
dep-tensorflow:
|
||||
scripts/download-facenet.sh
|
||||
scripts/download-nasnet.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue