diff --git a/src/meta/css.js b/src/meta/css.js index 4b7e999383..699a839031 100644 --- a/src/meta/css.js +++ b/src/meta/css.js @@ -151,6 +151,7 @@ async function copyFontAwesomeFiles() { ); } } + await Promise.all(copyOperations); }