Unverified Commit 4711b764 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 fbd3adf9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;