diff --git a/package.json b/package.json index 6618e1e..f4f0570 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,9 @@ "version": "0.0.0", "scripts": { "ng": "ng", - "start": "ng serve", + "start": "serve dist", "build": "ng build", - "gcp-build": "npm install && npm run build", + "gcp-build": "npm install && npm run build && npm install --global serve", "watch": "ng build --watch --configuration development", "test": "ng test" },