update postinstall

This commit is contained in:
Will Baumbach
2020-04-21 21:07:02 -04:00
parent 8a652979b8
commit 96b0866659

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 --prod"
}, },
"engines": { "engines": {
"node": "10.16.3", "node": "10.16.3",