This repository was archived by the owner on Jun 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +13418
-20608
lines changed Expand file tree Collapse file tree 5 files changed +13418
-20608
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ speed-measure-plugin*.json
34
34
.history /*
35
35
36
36
# misc
37
+ /.angular
37
38
/.sass-cache
38
39
/connect.lock
39
40
/coverage
Original file line number Diff line number Diff line change 79
79
"browserTarget" : " springwolf-ui:build"
80
80
}
81
81
},
82
- "test" : {
83
- "builder" : " @angular-devkit/build-angular:karma" ,
84
- "options" : {
85
- "main" : " src/test.ts" ,
86
- "polyfills" : " src/polyfills.ts" ,
87
- "tsConfig" : " tsconfig.spec.json" ,
88
- "karmaConfig" : " karma.conf.js" ,
89
- "assets" : [
90
- " src/favicon.ico" ,
91
- " src/assets"
92
- ],
93
- "styles" : [
94
- " ./node_modules/@angular/material/prebuilt-themes/indigo-pink.css" ,
95
- " src/styles.css"
96
- ],
97
- "scripts" : []
98
- }
99
- },
100
- "lint" : {
101
- "builder" : " @angular-devkit/build-angular:tslint" ,
102
- "options" : {
103
- "tsConfig" : [
104
- " tsconfig.app.json" ,
105
- " tsconfig.spec.json" ,
106
- " e2e/tsconfig.json"
107
- ],
108
- "exclude" : [
109
- " **/node_modules/**"
110
- ]
111
- }
112
- },
113
- "e2e" : {
114
- "builder" : " @angular-devkit/build-angular:protractor" ,
115
- "options" : {
116
- "protractorConfig" : " e2e/protractor.conf.js" ,
117
- "devServerTarget" : " springwolf-ui:serve"
118
- },
119
- "configurations" : {
120
- "production" : {
121
- "devServerTarget" : " springwolf-ui:serve:production"
122
- }
123
- }
124
- },
125
82
"deploy" : {
126
83
"builder" : " angular-cli-ghpages:deploy" ,
127
84
"options" : {}
128
85
}
129
86
}
130
87
}
131
88
},
132
- "defaultProject" : " springwolf-ui"
89
+ "defaultProject" : " springwolf-ui" ,
90
+ "cli" : {
91
+ "analytics" : false
92
+ }
133
93
}
You can’t perform that action at this time.
0 commit comments