Skip to content

Commit

Permalink
chore: update angular
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikstrasser committed Feb 12, 2024
1 parent 00e8bb6 commit 4e1b79d
Show file tree
Hide file tree
Showing 3 changed files with 5,042 additions and 3,532 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "dcupl-ng-components:build:production"
"buildTarget": "dcupl-ng-components:build:production"
},
"development": {
"browserTarget": "dcupl-ng-components:build:development"
"buildTarget": "dcupl-ng-components:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "dcupl-ng-components:build"
"buildTarget": "dcupl-ng-components:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 4e1b79d

Please sign in to comment.