add js bundle to makefile target (before releasing them)

fixes #184
This commit is contained in:
BuckarooBanzay 2021-07-02 10:16:36 +02:00
parent 2f5ef4999a
commit 9e27f20128

View File

@ -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)