diff --git a/Makefile b/Makefile index 2f2a0df..267f50c 100644 --- a/Makefile +++ b/Makefile @@ -61,4 +61,4 @@ builder_image: # build the docker image with all dependencies $(MAKE) -C docker_builder build -release-all: $(BINARIES) +release-all: $(JS_BUNDLE) $(BINARIES)