Skip to content

Commit e661f55

Browse files
authored
feat(@angular/cli): add npm build script (#4949)
1 parent 958bee3 commit e661f55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@angular/cli/blueprints/ng/files/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"scripts": {
66
"ng": "ng",
77
"start": "ng serve",
8+
"build": "ng build",
89
"test": "ng test",
910
"lint": "ng lint",
1011
"e2e": "ng e2e"

0 commit comments

Comments
 (0)