fix: remove setup_es_index in makefile (#166)

main
junwen-lee 3 months ago committed by GitHub
parent f93b60512f
commit 6e961bb60d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      Makefile

@ -28,7 +28,7 @@ fe:
@echo "Building frontend..."
@bash $(BUILD_FE_SCRIPT)
server: env setup_es_index
server: env
@if [ ! -d "$(STATIC_DIR)" ]; then \
echo "Static directory '$(STATIC_DIR)' not found, building frontend..."; \
$(MAKE) fe; \

Loading…
Cancel
Save