Skip to content

Commit

Permalink
feat(@angular/cli): add npm build script (#4949)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed Feb 23, 2017
1 parent 958bee3 commit e661f55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@angular/cli/blueprints/ng/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
Expand Down

0 comments on commit e661f55

Please sign in to comment.