Skip to content
Snippets Groups Projects
Unverified Commit 046c1863 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3221082 by Wim Leers, lauriii, bnjmnm: Build Drupal's CKEditor 5...

Issue #3221082 by Wim Leers, lauriii, bnjmnm: Build Drupal's CKEditor 5 plugins as part of core's `yarn build`
parent 576bd754
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,8 @@
"node": ">= 12.0"
},
"scripts": {
"build": "yarn build:css & yarn build:js & yarn build:jqueryui",
"watch": "yarn watch:css & yarn watch:js",
"build": "yarn build:css & yarn build:js & yarn build:jqueryui & yarn build:ckeditor5",
"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",
"build:js": "cross-env BABEL_ENV=legacy node ./scripts/js/babel-es6-build.js",
......@@ -29,8 +29,8 @@
"spellcheck:make-drupal-dict": "rm -f misc/cspell/dictionary.txt && touch misc/cspell/dictionary.txt && yarn -s spellcheck:core --unique --wordsOnly | tr '[:upper:]' '[:lower:]' | tr -d \\\\\\\\ | LC_ALL=C sort -u -o misc/cspell/dictionary.txt",
"spellcheck:core": "cspell \"**/*\" \".*\" \"../composer/**/*\" \"../composer.json\"",
"vendor-update": "node ./scripts/js/assets.js",
"ckeditor5:watch": "webpack --mode development --config ./modules/ckeditor5/webpack.config.js --watch",
"ckeditor5:build": "webpack --config ./modules/ckeditor5/webpack.config.js"
"watch:ckeditor5": "webpack --mode development --config ./modules/ckeditor5/webpack.config.js --watch",
"build:ckeditor5": "webpack --config ./modules/ckeditor5/webpack.config.js"
},
"devDependencies": {
"@babel/core": "^7.0.0",
......
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