From cdc12fef3d52b7d83e486b2d5fb90ebf8485ab3d Mon Sep 17 00:00:00 2001 From: hamzat Date: Mon, 16 Jan 2023 21:27:43 +0100 Subject: [PATCH] tweak start script in the json file --- Apply-For-Me-UI/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apply-For-Me-UI/package.json b/Apply-For-Me-UI/package.json index 59f18dc4..fde56f57 100644 --- a/Apply-For-Me-UI/package.json +++ b/Apply-For-Me-UI/package.json @@ -36,7 +36,7 @@ "yup": "^0.32.11" }, "scripts": { - "start": "set PORT=7000 && react-scripts start", + "start": "PORT=7000 react-scripts start", "dev": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test",