]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/angular.json
Fix abuse test
[github/Chocobozzz/PeerTube.git] / client / angular.json
index 6434c30ccfbde86d988c330a4e2660cdfa6caea7..a5f7ce170807ec9f5ce2dce7f79a3c6c9e890d43 100644 (file)
   "defaultProject": "PeerTube",
   "schematics": {
     "@schematics/angular:component": {
-      "prefix": "app",
-      "style": "scss"
+      "prefix": "my",
+      "style": "scss",
+      "skipTests": true,
+      "flat": true
     },
     "@schematics/angular:directive": {
-      "prefix": "app"
+      "prefix": "my"
     }
   }
 }