feat(@angular/cli): add npm build script (#4949)

This commit is contained in:
Filipe Silva 2017-02-23 14:41:22 +00:00 committed by GitHub
parent 958bee3de1
commit e661f55572

View File

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