From 285fa03ee2834a9b4b593a847a2332be681bf345 Mon Sep 17 00:00:00 2001 From: Amirhossein Mahmoodi Date: Mon, 12 Aug 2024 10:06:04 +0330 Subject: [PATCH 1/2] add command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f820385..14fe115 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "scripts": { "dev": "next dev", "build": "next build", + "build:publish": "npm i && npm run build && pm2 restart ecosystem.config.js", "start": "next start", "publish-3001": "next start -p 3001", "lint": "next lint" @@ -46,4 +47,4 @@ "@faker-js/faker": "^7.6.0", "eslint-config-next": "^13.3.0" } -} +} \ No newline at end of file From 17a2e3040aaee43899349c949d7571dac16f991b Mon Sep 17 00:00:00 2001 From: Amirhossein Mahmoodi Date: Mon, 12 Aug 2024 10:07:21 +0330 Subject: [PATCH 2/2] change version --- .env.local.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.local.example b/.env.local.example index 91feae7..092a3ad 100644 --- a/.env.local.example +++ b/.env.local.example @@ -1,5 +1,5 @@ NEXT_PUBLIC_API_NAME = "Loan Facilities Dashboard" -NEXT_PUBLIC_API_VERSION = "2.2.3" +NEXT_PUBLIC_API_VERSION = "2.2.4" NEXT_PUBLIC_DEFAULT_LANGUAGE = "fa" NEXT_PUBLIC_DEFAULT_DIRECTION = "rtl"