Skip to content

Commit

Permalink
add js bundle to makefile target (before releasing them)
Browse files Browse the repository at this point in the history
fixes #184
  • Loading branch information
BuckarooBanzay committed Jul 2, 2021
1 parent 2f5ef49 commit 9e27f20
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 @@ -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)

0 comments on commit 9e27f20

Please sign in to comment.