Skip to content
Snippets Groups Projects

3023322 - Contextual Links Style Update

7 unresolved threads
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
  • 567f483a
    Issue #3251034 by lauriii, bnjmnm, longwave: Core Yarn watch builds CK5... · 567f483a
    Cristina Chumillas authored
    Issue #3251034 by lauriii, bnjmnm, longwave: Core Yarn watch builds CK5 plugins differently than yarn build
+ 1
1
@@ -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": {
Loading