소스 검색

update makefile

CaIon 1 년 전
부모
커밋
505916b755
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      makefile

+ 1 - 1
makefile

@@ -7,7 +7,7 @@ all: build-frontend start-backend
 
 
 build-frontend:
 build-frontend:
 	@echo "Building 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:
 start-backend:
 	@echo "Starting backend dev server..."
 	@echo "Starting backend dev server..."