Issue #3251034 by lauriii, bnjmnm, longwave: Core Yarn watch builds CK5 plugins differently than yarn build

(cherry picked from commit 567f483ab0)
merge-requests/1353/merge
Cristina Chumillas 2021-11-25 15:52:00 +01:00 committed by catch
parent e1cbad3f51
commit 72d15850a2
1 changed files with 1 additions and 1 deletions

View File

@ -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": {