Skip to content

Commit d6ba9aa

Browse files
committed
Make sure build is not in release mode, required for dev-ui to work
1 parent a9bdb28 commit d6ba9aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ watch-views:
2828
.PHONY: dev-ui
2929
dev-ui:
3030
@trap '$(MAKE) clean-views; trap - EXIT' EXIT INT TERM; \
31+
$(MAKE) bin/lavinmq CRYSTAL_FLAGS= ; \
3132
$(MAKE) livereload & \
3233
livereload_pid=$$!; \
3334
$(MAKE) -s watch-views; \

0 commit comments

Comments
 (0)