Skip to content

Commit 52ebcee

Browse files
committed
chore: 🤖 bump to A17
1 parent 3134055 commit 52ebcee

File tree

4 files changed

+12813
-34124
lines changed

4 files changed

+12813
-34124
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
/tmp
66
/out-tsc
77
/bazel-out
8+
.nx/
89

910
# Node
1011
/node_modules

angular.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -98,18 +98,18 @@
9898
"builder": "@angular-devkit/build-angular:dev-server",
9999
"configurations": {
100100
"production": {
101-
"browserTarget": "angularLibraryStarterShowcase:build:production"
101+
"buildTarget": "angularLibraryStarterShowcase:build:production"
102102
},
103103
"development": {
104-
"browserTarget": "angularLibraryStarterShowcase:build:development"
104+
"buildTarget": "angularLibraryStarterShowcase:build:development"
105105
}
106106
},
107107
"defaultConfiguration": "development"
108108
},
109109
"extract-i18n": {
110110
"builder": "@angular-devkit/build-angular:extract-i18n",
111111
"options": {
112-
"browserTarget": "angularLibraryStarterShowcase:build"
112+
"buildTarget": "angularLibraryStarterShowcase:build"
113113
}
114114
},
115115
"test": {

0 commit comments

Comments
 (0)