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