From e4839d4a560fcce415d6aba6c72671c8100c59be Mon Sep 17 00:00:00 2001 From: Fateme Shamohammadi Date: Tue, 16 Apr 2024 16:09:25 +0330 Subject: [PATCH] add persian language --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7cb6054..5251611 100644 --- a/package.json +++ b/package.json @@ -36,8 +36,8 @@ "react-scripts": "^5.0.1" }, "scripts": { - "start": "react-scripts start", - "build": "react-scripts build", + "start": "REACT_APP_VERSION=$(git describe --tags) react-scripts start", + "build": "REACT_APP_VERSION=$(git describe --tags) react-scripts build", "fix:other": "yarn prettier --write", "fix:code": "yarn test:lint --fix", "fix": "yarn fix:code && yarn fix:other",