Skip to content

Commit

Permalink
chore: 🤖 bump to A17
Browse files Browse the repository at this point in the history
  • Loading branch information
kreuzerk committed Apr 27, 2024
1 parent 3134055 commit 52ebcee
Show file tree
Hide file tree
Showing 4 changed files with 12,813 additions and 34,124 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/tmp
/out-tsc
/bazel-out
.nx/

# Node
/node_modules
Expand Down
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,18 +98,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "angularLibraryStarterShowcase:build:production"
"buildTarget": "angularLibraryStarterShowcase:build:production"
},
"development": {
"browserTarget": "angularLibraryStarterShowcase:build:development"
"buildTarget": "angularLibraryStarterShowcase:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "angularLibraryStarterShowcase:build"
"buildTarget": "angularLibraryStarterShowcase:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 52ebcee

Please sign in to comment.