Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit d9076ef

Browse files
alan-agius4CaerusKaru
authored andcommitted
test: remove unused architect targets from test app (#1144)
1 parent 2aca286 commit d9076ef

File tree

2 files changed

+1
-64
lines changed

2 files changed

+1
-64
lines changed

src/apps/hello-world/angular.json

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -55,66 +55,6 @@
5555
"browserTarget": "hello-world:build:production"
5656
}
5757
}
58-
},
59-
"extract-i18n": {
60-
"builder": "@angular-devkit/build-angular:extract-i18n",
61-
"options": {
62-
"browserTarget": "hello-world:build"
63-
}
64-
},
65-
"test": {
66-
"builder": "@angular-devkit/build-angular:karma",
67-
"options": {
68-
"main": "src/test.ts",
69-
"karmaConfig": "./karma.conf.js",
70-
"polyfills": "src/polyfills.ts",
71-
"tsConfig": "src/tsconfig.spec.json",
72-
"scripts": [],
73-
"styles": [
74-
"src/styles.scss"
75-
],
76-
"assets": [
77-
"src/assets",
78-
"src/favicon.ico"
79-
]
80-
}
81-
},
82-
"lint": {
83-
"builder": "@angular-devkit/build-angular:tslint",
84-
"options": {
85-
"tsConfig": [
86-
"src/tsconfig.app.json",
87-
"src/tsconfig.spec.json"
88-
],
89-
"exclude": [
90-
"**/node_modules/**"
91-
]
92-
}
93-
}
94-
}
95-
},
96-
"hello-world-e2e": {
97-
"root": "e2e",
98-
"sourceRoot": "e2e",
99-
"projectType": "application",
100-
"architect": {
101-
"e2e": {
102-
"builder": "@angular-devkit/build-angular:protractor",
103-
"options": {
104-
"protractorConfig": "./protractor.conf.js",
105-
"devServerTarget": "hello-world:serve"
106-
}
107-
},
108-
"lint": {
109-
"builder": "@angular-devkit/build-angular:tslint",
110-
"options": {
111-
"tsConfig": [
112-
"e2e/tsconfig.e2e.json"
113-
],
114-
"exclude": [
115-
"**/node_modules/**"
116-
]
117-
}
11858
}
11959
}
12060
}

src/apps/hello-world/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
"scripts": {
66
"ng": "ng",
77
"start": "ng serve",
8-
"build": "ng build --prod",
9-
"test": "ng test",
10-
"lint": "ng lint",
11-
"e2e": "ng e2e"
8+
"build": "ng build --prod"
129
},
1310
"private": true,
1411
"dependencies": {

0 commit comments

Comments
 (0)