diff options
Diffstat (limited to 'client/angular.json')
-rw-r--r-- | client/angular.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/client/angular.json b/client/angular.json index 6434c30cc..a5f7ce170 100644 --- a/client/angular.json +++ b/client/angular.json | |||
@@ -302,11 +302,13 @@ | |||
302 | "defaultProject": "PeerTube", | 302 | "defaultProject": "PeerTube", |
303 | "schematics": { | 303 | "schematics": { |
304 | "@schematics/angular:component": { | 304 | "@schematics/angular:component": { |
305 | "prefix": "app", | 305 | "prefix": "my", |
306 | "style": "scss" | 306 | "style": "scss", |
307 | "skipTests": true, | ||
308 | "flat": true | ||
307 | }, | 309 | }, |
308 | "@schematics/angular:directive": { | 310 | "@schematics/angular:directive": { |
309 | "prefix": "app" | 311 | "prefix": "my" |
310 | } | 312 | } |
311 | } | 313 | } |
312 | } | 314 | } |