Ref: Remove make-i18n from makefile (#2905)

This commit is contained in:
மனோஜ்குமார் பழனிச்சாமி 2024-07-16 01:01:08 +05:30 committed by GitHub
parent 471703bea6
commit ec2535c57c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -162,11 +162,8 @@ install-frontend-dependencies:
@echo "$(YELLOW)Setting up frontend environment...$(RESET)"
@echo "$(YELLOW)Detect Node.js version...$(RESET)"
@cd frontend && node ./scripts/detect-node-version.js
@cd frontend && \
echo "$(BLUE)Installing frontend dependencies with npm...$(RESET)" && \
npm install && \
echo "$(BLUE)Running make-i18n with npm...$(RESET)" && \
npm run make-i18n
echo "$(BLUE)Installing frontend dependencies with npm...$(RESET)"
@cd frontend && npm install
@echo "$(GREEN)Frontend dependencies installed successfully.$(RESET)"
install-pre-commit-hooks: