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