Verified Commit 5339d056 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3355301 by quietone, alexpott, smustgrave: Fix spellcheck:make-drupal-dict

parent 521f0bf2
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -593,7 +593,6 @@ invalididentifier
invokable
iopt
isam
isdst
isinstallable
itoa
itok
@@ -735,7 +734,7 @@ metapackage
metapackages
metatag
metatags
meΦΩ
meφω
miaus
middlewares
mikey
@@ -1523,7 +1522,6 @@ whitespaces
whos
widthx
wimoids
windir
wmet
wmlscript
wordprocessingml
@@ -1583,8 +1581,7 @@ zwei
zwjhek
zxvf
zzgroup
Èxample
Über
åwesome
èxample
über
Ȅchȏ
ȅchȏ
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
    "test:nightwatch": "cross-env BABEL_ENV=development node -r dotenv-safe/config -r @babel/register ./node_modules/.bin/nightwatch --config ./tests/Drupal/Nightwatch/nightwatch.conf.js",
    "prettier": "prettier --write \"./**/*.es6.js\" \"./tests/Drupal/Nightwatch/**/*.js\" \"./modules/ckeditor5/js/ckeditor5_plugins/**/*.js\"",
    "spellcheck": "cspell",
    "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:make-drupal-dict": "rm -f misc/cspell/dictionary.txt && touch misc/cspell/dictionary.txt && yarn -s spellcheck:core --unique --wordsOnly | perl -Mopen=locale -pe '$_=lc$_' | tr -d \\\\\\\\ | LC_ALL=C sort -u -o misc/cspell/dictionary.txt",
    "spellcheck:core": "cspell \"**/*\" \".*\" \"../composer/**/*\" \"../composer.json\"",
    "vendor-update": "node ./scripts/js/vendor-update.js",
    "watch:ckeditor5": "webpack --config ./modules/ckeditor5/webpack.config.js --watch",