CI: Run "npm ci" with --no-update-notifier flag
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
d1462b4ece
commit
215fc87ac4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -180,7 +180,7 @@ dep-list:
|
|||
dep-npm:
|
||||
sudo npm install -g npm
|
||||
dep-js:
|
||||
(cd frontend && npm ci --no-audit)
|
||||
(cd frontend && npm ci --no-update-notifier --no-audit)
|
||||
dep-go:
|
||||
go build -v ./...
|
||||
dep-upgrade:
|
||||
|
|
Loading…
Reference in a new issue