File tree Expand file tree Collapse file tree 3 files changed +6
-34
lines changed
Expand file tree Collapse file tree 3 files changed +6
-34
lines changed Original file line number Diff line number Diff line change 77 branches :
88 - master
99env :
10- CI : false
10+ CI : true
1111jobs :
1212 test :
1313 if : false
4040 overwrite : true
4141
4242 build :
43- needs : test
43+ # needs: test
4444 runs-on : ubuntu-latest
4545 steps :
4646 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 3030 },
3131 "configurations" : {
3232 "production" : {
33- "fileReplacements" : [
34- {
35- "replace" : " src/environments/environment.ts" ,
36- "with" : " src/environments/environment.prod.ts"
37- }
38- ],
3933 "optimization" : true ,
4034 "outputHashing" : " all" ,
4135 "sourceMap" : false ,
42- "extractCss" : true ,
4336 "namedChunks" : false ,
4437 "extractLicenses" : true ,
4538 "vendorChunk" : false ,
46- "buildOptimizer" : true ,
47- "budgets" : [
48- {
49- "type" : " initial" ,
50- "maximumWarning" : " 2mb" ,
51- "maximumError" : " 5mb"
52- }
53- ]
54- },
55- "development" : {
56- "fileReplacements" : [
57- {
58- "replace" : " src/environments/environment.ts" ,
59- "with" : " src/environments/environment.dev.ts"
60- }
61- ],
62- "optimization" : false ,
63- "outputHashing" : " none" ,
64- "sourceMap" : true ,
65- "extractCss" : false ,
66- "namedChunks" : true ,
67- "extractLicenses" : false ,
68- "vendorChunk" : true ,
69- "buildOptimizer" : false
39+ "buildOptimizer" : true
7040 }
7141 }
7242 },
Original file line number Diff line number Diff line change 44 "scripts" : {
55 "ng" : " ng" ,
66 "start" : " ng serve" ,
7- "build" : " ng build" ,
7+ "build" : " ng build --configuration production" ,
8+ "build:dev" : " ng build --configuration development" ,
89 "watch" : " ng build --watch --configuration development" ,
910 "test" : " ng test" ,
1011 "test:all" : " gulp test:all" ,
5253 "@angular/cli" : " ~16.1.0" ,
5354 "@angular/compiler-cli" : " ^16.1.0" ,
5455 "@types/jasmine" : " ~4.3.0" ,
56+ "@types/node" : " ^18.19.124" ,
5557 "@visual-framework/vf-config" : " 1.0.1-alpha.0" ,
5658 "@visual-framework/vf-core" : " 2.2.47" ,
5759 "glob" : " ^7.2.0" ,
You can’t perform that action at this time.
0 commit comments