File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ <h5 class="card-title">
55
55
< div class ="card ">
56
56
< div class ="card-body ">
57
57
< h5 class ="card-title ">
58
- October 4th 2020, 10:28:54 am
58
+ October 4th 2020, 10:32:11 am
59
59
</ h5 >
60
60
< p class ="card-text "> Last updated</ p >
61
61
</ div >
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ export const info = process.env.CI ? '[ info ]' : '[ blue(info) ]'
15
15
export const success = process . env . CI ? '[ success ]' : '[ green(success) ]'
16
16
export const error = process . env . CI ? '[ error ]' : '[ red(error) ]'
17
17
export const warning = process . env . CI ? '[ warn ]' : '[ yellow(warn) ]'
18
- export const dimYellow = ( value : string ) => `dim(yellow(${ value } ))`
18
+ export const dimYellow = ( value : string ) => ( process . env . CI ? value : `dim(yellow(${ value } ))` )
You can’t perform that action at this time.
0 commit comments