update build files

Signed-off-by: wozulong <>
This commit is contained in:
wozulong
2024-03-20 18:31:22 +08:00
parent f35e63e3f3
commit 8b55116563
5 changed files with 10682 additions and 13 deletions

View File

@@ -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
@cd $(FRONTEND_DIR) && yarn install && DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat VERSION) yarn build
start-backend:
@echo "Starting backend dev server..."