From 0cecd4bc2c9fba2857216c69719ad8e8fd2c1bf1 Mon Sep 17 00:00:00 2001 From: Mephysto Date: Thu, 23 Apr 2020 09:35:11 +0200 Subject: [PATCH] Removed PORT: from package.json files to permit to set port in .env file. --- email_composer/package.json | 2 +- email_loading/package.json | 4 ++-- email_login/package.json | 4 ++-- email_mailbox/package.json | 2 +- email_pin/package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/email_composer/package.json b/email_composer/package.json index fce5111c2..d14d68bf4 100644 --- a/email_composer/package.json +++ b/email_composer/package.json @@ -22,7 +22,7 @@ "react-tagsinput": "^3.19.0" }, "scripts": { - "start": "PORT=3004 react-scripts start", + "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject", diff --git a/email_loading/package.json b/email_loading/package.json index f952f0478..9420f9d75 100644 --- a/email_loading/package.json +++ b/email_loading/package.json @@ -9,7 +9,7 @@ "react-localization": "^1.0.13" }, "scripts": { - "start": "PORT=3003 react-scripts start", + "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject", @@ -27,4 +27,4 @@ "not ie <= 11", "not op_mini all" ] -} \ No newline at end of file +} diff --git a/email_login/package.json b/email_login/package.json index 1f82c2c01..d08c26d0a 100644 --- a/email_login/package.json +++ b/email_login/package.json @@ -12,7 +12,7 @@ "react-localization": "^1.0.13" }, "scripts": { - "start": "PORT=3005 react-scripts start", + "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject", @@ -32,4 +32,4 @@ "not ie <= 11", "not op_mini all" ] -} \ No newline at end of file +} diff --git a/email_mailbox/package.json b/email_mailbox/package.json index 92789232d..623a534a7 100644 --- a/email_mailbox/package.json +++ b/email_mailbox/package.json @@ -35,7 +35,7 @@ "styled-components": "^4.1.2" }, "scripts": { - "start": "PORT=3000 react-scripts start", + "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject", diff --git a/email_pin/package.json b/email_pin/package.json index eaa6612a0..e656ce0ef 100644 --- a/email_pin/package.json +++ b/email_pin/package.json @@ -13,7 +13,7 @@ "react-verification-code-input": "^1.2.1" }, "scripts": { - "start": "PORT=3001 react-scripts start", + "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject",