remove .FORCE from the static file

This commit is contained in:
c9s 2021-05-07 19:22:54 +08:00
parent 7677fd28f5
commit 42dcc5632b

View File

@ -133,7 +133,7 @@ docker-push:
docker push yoanlin/bbgo
bash -c "[[ -n $(DOCKER_TAG) ]] && docker push yoanlin/bbgo:$(DOCKER_TAG)"
frontend/out/index.html: .FORCE
frontend/out/index.html:
(cd frontend && yarn export)
pkg/server/assets.go: frontend/out/index.html