mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-23 15:36:23 +08:00
feat(@angular/cli): add npm build script (#4949)
This commit is contained in:
parent
958bee3de1
commit
e661f55572
@ -5,6 +5,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve",
|
"start": "ng serve",
|
||||||
|
"build": "ng build",
|
||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"e2e": "ng e2e"
|
"e2e": "ng e2e"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user