From 2fb6a3ccbf0af5ae92e7334e41bcea609c1228b1 Mon Sep 17 00:00:00 2001 From: Jeslin J <95873469+BennyRial@users.noreply.github.com> Date: Fri, 23 May 2025 17:04:43 +0530 Subject: [PATCH] Update package.json --- react-frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-frontend/package.json b/react-frontend/package.json index b0f1328c5..99ca6a7b8 100644 --- a/react-frontend/package.json +++ b/react-frontend/package.json @@ -31,7 +31,7 @@ "yup": "^0.32.11" }, "scripts": { - "start": "PORT=4200 react-scripts start", + "start": "set PORT=4200 && react-scripts start", "build": "cross-env NODE_ENV=production webpack --config build/webpack.config.js", "test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!(jest-)?(@ionic/react|@ionic/react-router|@ionic/core|@stencil/core|ionicons|react-confirm-alert)/)'", "eject": "react-scripts eject"