Commit 72d15850 authored by Cristina Chumillas's avatar Cristina Chumillas Committed by catch
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

(cherry picked from commit 567f483a)
parent e1cbad3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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": {