From 0c8dd813ab35beb451d731dbb603f1d39aaf9f15 Mon Sep 17 00:00:00 2001 From: "myrto.koukouli" Date: Wed, 21 Mar 2018 18:05:06 +0000 Subject: [PATCH] deleted added port in package.json start script git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@51388 d315682c-612b-4755-9ff5-7f18f6832af3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25dc3c5..f6b8273 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ ], "scripts": { "ng": "ng", - "start": " ng serve --disable-host-check --host 0.0.0.0 --port 5000", + "start": " ng serve --disable-host-check --host 0.0.0.0", "start:dynamic": "PORT=5000 npm run build:dynamic && npm run serve:dynamic", "start:static": "npm run build:static && npm run serve:static", "build": "ng build",