File tree Expand file tree Collapse file tree 3 files changed +567
-511
lines changed Expand file tree Collapse file tree 3 files changed +567
-511
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,8 @@ async function buildEntryPoint() {
52
52
await bundle . close ( ) ;
53
53
}
54
54
55
- /**
56
- * @return {Promise<void> }
57
- */
58
55
function copyAssets ( ) {
59
- return cpy ( [
56
+ cpy ( [
60
57
'*.html' ,
61
58
'styles/**/*.css' ,
62
59
'images/**/*' ,
Original file line number Diff line number Diff line change 116
116
"@types/gh-pages" : " ^2.0.0" ,
117
117
"@types/google.analytics" : " 0.0.39" ,
118
118
"@types/jest" : " ^24.0.9" ,
119
- "@types/jpeg-js" : " ^0.3.0 " ,
119
+ "@types/jpeg-js" : " ^0.3.7 " ,
120
120
"@types/jsdom" : " ^16.2.13" ,
121
121
"@types/lodash.clonedeep" : " ^4.5.6" ,
122
122
"@types/lodash.get" : " ^4.4.6" ,
140
140
"c8" : " ^7.4.0" ,
141
141
"chalk" : " ^2.4.1" ,
142
142
"chrome-devtools-frontend" : " 1.0.922924" ,
143
- "conventional-changelog-cli" : " ^1.3.4 " ,
144
- "cpy" : " ^7.0.1 " ,
143
+ "conventional-changelog-cli" : " ^2.1.1 " ,
144
+ "cpy" : " ^8.1.2 " ,
145
145
"cross-env" : " ^7.0.2" ,
146
146
"csv-validator" : " ^0.0.3" ,
147
147
"devtools-protocol" : " 0.0.939404" ,
You can’t perform that action at this time.
0 commit comments