Skip to content
Snippets Groups Projects
Commit 567f483a authored by Cristina Chumillas's avatar Cristina Chumillas
Browse files

Issue #3251034 by lauriii, bnjmnm, longwave: Core Yarn watch builds CK5...

Issue #3251034 by lauriii, bnjmnm, longwave: Core Yarn watch builds CK5 plugins differently than yarn build
parent b8c9366c
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
"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",
"watch:ckeditor5": "webpack --mode development --config ./modules/ckeditor5/webpack.config.js --watch",
"watch:ckeditor5": "webpack --config ./modules/ckeditor5/webpack.config.js --watch",
"build:ckeditor5": "webpack --config ./modules/ckeditor5/webpack.config.js"
},
"devDependencies": {
......
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