From 3ccc7d072dc57f51cf267e376874a750b0885359 Mon Sep 17 00:00:00 2001
From: Lauri Eskola <lauri.eskola@acquia.com>
Date: Wed, 10 Aug 2022 16:47:39 +0300
Subject: [PATCH] Issue #3301712 by nod_, xjm, bnjmnm: Add vendor-update
 command to the build command for JS assets

---
 core/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/package.json b/core/package.json
index 66226aa591fb..839a867ea408 100644
--- a/core/package.json
+++ b/core/package.json
@@ -8,7 +8,7 @@
     "node": ">= 16.0"
   },
   "scripts": {
-    "build": "yarn build:css & yarn build:js & yarn build:ckeditor5",
+    "build": "yarn build:css & yarn build:js & yarn build:ckeditor5 & yarn vendor-update",
     "watch": "yarn watch:css & yarn watch:js & yarn watch:ckeditor5",
     "build:css": "node ./scripts/css/postcss-build.js",
     "watch:css": "node ./scripts/css/postcss-watch.js",
-- 
GitLab