test: simplify config for cli-hello-world (#23234)

PR Close #23234
This commit is contained in:
Igor Minar 2018-04-06 22:39:18 -07:00 committed by Jason Aden
parent 6837491f08
commit c6c79ab5dc
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
"production": {
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"sourceMap": true,
"extractCss": true,
"namedChunks": false,
"aot": true,

View File

@ -5,7 +5,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod --source-map",
"build": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"