CI: Replace whitespace in Makefile

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-03-15 17:09:12 +01:00
parent ef70992657
commit cc98a0e252

View file

@ -184,7 +184,7 @@ dep-list:
dep-npm:
sudo npm install -g npm
dep-js:
(cd frontend && npm ci --no-update-notifier --no-audit)
(cd frontend && npm ci --no-update-notifier --no-audit)
dep-go:
go build -v ./...
dep-upgrade: