Skip to content

Commit

Permalink
Update makefile to build ui with production flag by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
fmassot committed Sep 26, 2023
1 parent 6c4466e commit 8baf1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickwit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ build-rustdoc:

.PHONY: build-ui
build-ui:
@cd quickwit-ui && $(MAKE) install build
NODE_ENV=production cd quickwit-ui && $(MAKE) install build

rm-postgres:
rm -fr /tmp/quickwit/services/postgres

0 comments on commit 8baf1ec

Please sign in to comment.