From 36ff9cbc6d54fbb9aed36a97661370fb5cfbb012 Mon Sep 17 00:00:00 2001 From: Vidya Nambiar Date: Wed, 7 Dec 2022 15:03:40 -0500 Subject: [PATCH] revert change to package.json Signed-off-by: Vidya Nambiar --- awx/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/package.json b/awx/ui/package.json index 57289b4d94..0c117173df 100644 --- a/awx/ui/package.json +++ b/awx/ui/package.json @@ -74,7 +74,7 @@ "prestart-instrumented": "lingui compile", "pretest": "lingui compile", "pretest-watch": "lingui compile", - "start": "GENERATE_SOURCEMAP=false ESLINT_NO_DEV_ERRORS=true PORT=3003 HTTPS=true DANGEROUSLY_DISABLE_HOST_CHECK=true react-scripts start", + "start": "GENERATE_SOURCEMAP=false ESLINT_NO_DEV_ERRORS=true PORT=3001 HTTPS=true DANGEROUSLY_DISABLE_HOST_CHECK=true react-scripts start", "start-instrumented": "ESLINT_NO_DEV_ERRORS=true DEBUG=instrument-cra PORT=3001 HTTPS=true DANGEROUSLY_DISABLE_HOST_CHECK=true react-scripts -r @cypress/instrument-cra start", "build": "INLINE_RUNTIME_CHUNK=false react-scripts build", "test": "TZ='UTC' react-scripts test --watchAll=false",