diff --git a/package.json b/package.json index d26b127..8e45dbb 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "license": "custom", "scripts": { "ng": "ng", - "start": "ng build && ng serve --port 3000 && node ./bin/www", + "start": "ng build && node ./bin/www", "build": "ng build --prod", "test": "ng test", "lint": "ng lint",