Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
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