Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update various devDeps #13485

Merged
merged 11 commits into from
Dec 21, 2021
Prev Previous commit
Next Next commit
Update build-extension.js
  • Loading branch information
paulirish committed Dec 13, 2021
commit adde19258a1445c159b105574fbb8e77360fc4bd
4 changes: 2 additions & 2 deletions build/build-extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ async function buildEntryPoint() {
}

/**
* @return {Promise<string[]>}
* @return {Promise<void>}
*/
function copyAssets() {
return cpy([
cpy([
'*.html',
'styles/**/*.css',
'images/**/*',
Expand Down