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
This commit is contained in:
parent
4d570a6390
commit
0c8dd813ab
|
@ -8,7 +8,7 @@
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"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:dynamic": "PORT=5000 npm run build:dynamic && npm run serve:dynamic",
|
||||||
"start:static": "npm run build:static && npm run serve:static",
|
"start:static": "npm run build:static && npm run serve:static",
|
||||||
"build": "ng build",
|
"build": "ng build",
|
||||||
|
|
Loading…
Reference in New Issue