Heroku Deploy: Making it better

This commit is contained in:
Raghu-Ch
2018-09-10 13:55:14 -04:00
parent 059d723ef1
commit b5c7e51a3b

View File

@@ -8,7 +8,7 @@
"test": "ng test", "test": "ng test",
"lint": "ng lint", "lint": "ng lint",
"e2e": "ng e2e", "e2e": "ng e2e",
"postinstall": "ng build --aot -prod" "postinstall": "ng build --aot --target=production"
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {