1
0
Fork 0
mirror of https://github.com/pomerium/pomerium.git synced 2025-07-16 08:16:18 +02:00

fix: The built binary file is missing "ui/dist/index.js" and "ui/dist… ()

This commit is contained in:
cfanbo 2022-06-06 23:20:28 +08:00 committed by GitHub
parent 9980fd6141
commit 3e01b726a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@ proto:
cd pkg/grpc && ./protoc.bash cd pkg/grpc && ./protoc.bash
.PHONY: build .PHONY: build
build: build-go build-ui build: build-ui build-go
@echo "==> $@" @echo "==> $@"
.PHONY: build-debug .PHONY: build-debug