Skip to content

Commit a1d4f3b

Browse files
committed
Merge branch 'fix/ng-serve' into 'develop'
fix/ng-serve See merge request papers/airgap/airgap-wallet!760
2 parents 665036e + b9d1c19 commit a1d4f3b

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

angular.json

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -99,19 +99,19 @@
9999
"serve": {
100100
"builder": "@angular-devkit/build-angular:dev-server",
101101
"options": {
102-
"buildTarget": "app:build"
102+
"browserTarget": "app:build"
103103
},
104104
"configurations": {
105105
"production": {
106-
"buildTarget": "app:build:production"
106+
"browserTarget": "app:build:production"
107107
},
108108
"ci": {}
109109
}
110110
},
111111
"extract-i18n": {
112112
"builder": "@angular-devkit/build-angular:extract-i18n",
113113
"options": {
114-
"buildTarget": "app:build"
114+
"browserTarget": "app:build"
115115
}
116116
},
117117
"test": {
@@ -177,10 +177,7 @@
177177
"lint": {
178178
"builder": "@angular-eslint/builder:lint",
179179
"options": {
180-
"lintFilePatterns": [
181-
"src/**/*.ts",
182-
"src/**/*.html"
183-
]
180+
"lintFilePatterns": ["src/**/*.ts", "src/**/*.html"]
184181
}
185182
}
186183
}
@@ -206,11 +203,7 @@
206203
},
207204
"cli": {
208205
"analytics": false,
209-
"schematicCollections": [
210-
"@angular-eslint/schematics",
211-
"@angular-eslint/schematics",
212-
"@ionic/angular-toolkit"
213-
]
206+
"schematicCollections": ["@angular-eslint/schematics", "@angular-eslint/schematics", "@ionic/angular-toolkit"]
214207
},
215208
"schematics": {
216209
"@ionic/angular-toolkit:component": {

0 commit comments

Comments
 (0)