Unverified Commit 410f4807 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3301712 by nod_, xjm, bnjmnm: Add vendor-update command to the build command for JS assets

(cherry picked from commit 3ccc7d07)
(cherry picked from commit ee0abc08)
(cherry picked from commit ae14ca00)
parent d6d4e001
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",