Skip to content

Commit

Permalink
chore: use proper project name for angular.json
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-haar committed Mar 17, 2022
1 parent cbef3e3 commit 689a572
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,21 +78,21 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "demo:build"
"browserTarget": "clr-demo:build"
},
"configurations": {
"production": {
"browserTarget": "demo:build:production"
"browserTarget": "clr-demo:build:production"
},
"dark": {
"browserTarget": "demo:build:dark"
"browserTarget": "clr-demo:build:dark"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "demo:build"
"browserTarget": "clr-demo:build"
}
},
"test": {
Expand Down

0 comments on commit 689a572

Please sign in to comment.