build(aio): update examples to CLI to 1.6.5 (#21222)

PR Close #21222
This commit is contained in:
Jesus Rodriguez
2017-12-30 14:38:30 +01:00
committed by Miško Hevery
parent 75897d4977
commit ffcb5dd264
7 changed files with 110 additions and 81 deletions

View File

@ -1,7 +1,7 @@
{
"scripts": [
{ "name": "ng", "command": "ng" },
{ "name": "build", "command": "ng build" },
{ "name": "build", "command": "ng build --prod" },
{ "name": "start", "command": "ng serve" },
{ "name": "test", "command": "ng test" },
{ "name": "lint", "command": "ng lint" },