File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8686 "serve" : {
8787 "builder" : " @angular-devkit/build-angular:dev-server" ,
8888 "options" : {
89- "browserTarget " : " text-compare-angular:build " ,
90- "port " : 12010
89+ "port " : 12010 ,
90+ "buildTarget " : " text-compare-angular:build "
9191 },
9292 "configurations" : {
9393 "nas" : {
94- "browserTarget " : " text-compare-angular:build:nas"
94+ "buildTarget " : " text-compare-angular:build:nas"
9595 },
9696 "production" : {
97- "browserTarget " : " text-compare-angular:build:production"
97+ "buildTarget " : " text-compare-angular:build:production"
9898 }
9999 }
100100 },
101101 "extract-i18n" : {
102102 "builder" : " @angular-devkit/build-angular:extract-i18n" ,
103103 "options" : {
104- "browserTarget " : " text-compare-angular:build"
104+ "buildTarget " : " text-compare-angular:build"
105105 }
106106 },
107107 "test" : {
You can’t perform that action at this time.
0 commit comments