diff --git a/angular.json b/angular.json index 4a624096..e27528ea 100644 --- a/angular.json +++ b/angular.json @@ -120,7 +120,7 @@ "src/assets" ], "styles": [ - "src/styles.scss" + "src/styles/styles.scss" ], "scripts": [] } @@ -133,18 +133,6 @@ "src/**/*.html" ] } - }, - "e2e": { - "builder": "@angular-devkit/build-angular:protractor", - "options": { - "protractorConfig": "e2e/protractor.conf.js", - "devServerTarget": "fuse:serve" - }, - "configurations": { - "production": { - "devServerTarget": "fuse:serve:production" - } - } } } }