From ec2535c57ca2f84e6b74e8ca703766e764aef1bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Tue, 16 Jul 2024 01:01:08 +0530 Subject: [PATCH] Ref: Remove make-i18n from makefile (#2905) --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index f2c4eca929..2e06fa01d2 100644 --- a/Makefile +++ b/Makefile @@ -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: