Skip to content

Commit

Permalink
do not translate on serve to avoid dep issues
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpoe committed Dec 28, 2019
1 parent 7b6467a commit 87fad8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ download-product-data:
build:
go build main.go

serve: translation
serve:
DEBUG=1 CONTEXT=$(CONTEXT) go run main.go serve

serve-jaeger: translation
Expand Down

0 comments on commit 87fad8a

Please sign in to comment.