From 505916b755df6ee719aceea95102b5d88816c426 Mon Sep 17 00:00:00 2001 From: CaIon <1808837298@qq.com> Date: Wed, 17 Apr 2024 20:47:13 +0800 Subject: [PATCH] update makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index f846d30cf..05bc6c6b7 100644 --- a/makefile +++ b/makefile @@ -7,7 +7,7 @@ all: build-frontend start-backend build-frontend: @echo "Building frontend..." - @cd $(FRONTEND_DIR) && npm install && DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat VERSION) npm run build npm run build + @cd $(FRONTEND_DIR) && npm install && DISABLE_ESLINT_PLUGIN='true' VITE_REACT_APP_VERSION=$(cat VERSION) npm run build npm run build start-backend: @echo "Starting backend dev server..."