This repository was archived by the owner on Jan 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-64
lines changed Expand file tree Collapse file tree 2 files changed +1
-64
lines changed Original file line number Diff line number Diff line change 55
55
"browserTarget" : " hello-world:build:production"
56
56
}
57
57
}
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
- }
118
58
}
119
59
}
120
60
}
Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"ng" : " ng" ,
7
7
"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"
12
9
},
13
10
"private" : true ,
14
11
"dependencies" : {
You can’t perform that action at this time.
0 commit comments