Fix prod configuration name
This commit is contained in:
parent
893bdca736
commit
ace6900145
1 changed files with 2 additions and 2 deletions
|
@ -9,10 +9,10 @@
|
|||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"start:dev": "ng serve --optimization=false --configuration=dev",
|
||||
"start:prod": "ng serve --optimization=false --configuration=prod",
|
||||
"start:prod": "ng serve --optimization=false --configuration=production",
|
||||
"start:local": "ng serve --optimization=false --configuration=local",
|
||||
"build:dev": "ng build --configuration=dev",
|
||||
"build:prod": "ng build --configuration=prod",
|
||||
"build:prod": "ng build --configuration=production",
|
||||
"test": "ng test",
|
||||
"test:ci": "ng test --watch=false --browsers=ChromeHeadless",
|
||||
"lint": "ng lint",
|
||||
|
|
Reference in a new issue