Skip to content
Snippets Groups Projects
Unverified Commit c2e32159 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3258371 by nod_, Wim Leers: fix yarn vendor-update command

(cherry picked from commit e73a345f)
parent 1198809b
No related branches found
No related tags found
No related merge requests found
......@@ -343,7 +343,7 @@ const assetsFolder = `${coreFolder}/assets/vendor`;
// Use Array.reduce for sequential processing to avoid corrupting the
// contents of the concatenated CKEditor 5 translation files.
process.reduce(async (previous, { pack, files = [], folder = false, library = false }) => {
await process.reduce(async (previous, { pack, files = [], folder = false, library = false }) => {
return previous.then(async () => {
const sourceFolder = pack;
const libraryName = library || folder || pack;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment