Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Amr Wagdy committed May 2, 2023
2 parents e6b82e1 + 9fab35b commit 5b9e8fe
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 90 deletions.
23 changes: 1 addition & 22 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@
"polyfills": "projects/example/src/polyfills.ts",
"tsConfig": "projects/example/tsconfig.spec.json",
"karmaConfig": "projects/example/karma.conf.js",
"styles": [
"projects/example/src/styles.css"
],
"styles": ["projects/example/src/styles.css"],
"scripts": [],
"assets": [
"projects/example/src/favicon.ico",
Expand All @@ -127,25 +125,6 @@
}
}
}
},
"example-e2e": {
"root": "projects/example-e2e/",
"projectType": "application",
"prefix": "",
"architect": {
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "projects/example-e2e/protractor.conf.js",
"devServerTarget": "example:serve"
},
"configurations": {
"production": {
"devServerTarget": "example:serve:production"
}
}
}
}
}
},
"cli": {
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"build_lib": "ng build lib",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"copy-readme": "cp ./README.md ./dist/lib",
"copy-license": "cp ./LICENSE ./dist/lib",
"copy-files": "npm run copy-readme && npm run copy-license",
Expand Down Expand Up @@ -54,7 +53,6 @@
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^14.1.0",
"ngx-highlightjs": "^3.0.3",
"protractor": "~7.0.0",
"ts-node": "^10.7.0",
"tslint": "~6.1.0",
"typescript": "~4.6.3"
Expand Down
28 changes: 0 additions & 28 deletions projects/example-e2e/protractor.conf.js

This file was deleted.

14 changes: 0 additions & 14 deletions projects/example-e2e/src/app.e2e-spec.ts

This file was deleted.

11 changes: 0 additions & 11 deletions projects/example-e2e/src/app.po.ts

This file was deleted.

13 changes: 0 additions & 13 deletions projects/example-e2e/tsconfig.e2e.json

This file was deleted.

0 comments on commit 5b9e8fe

Please sign in to comment.