Verified Commit 4858c4ec authored by Alex Pott's avatar Alex Pott
Browse files

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

parent 8f9e0bd0
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -53,7 +53,6 @@ attrval
attrvals
authless
autocompletefocus
autocompleteresponses
autocompletesearch
autocompleteselect
autocompleting
@@ -325,7 +324,6 @@ dnumber
docroot
docroots
dolore
dotenv
downcasting
doxygen
dragtable
@@ -549,7 +547,6 @@ invalididentifier
invokable
iopt
isam
isdst
isinstallable
itoa
itok
@@ -692,7 +689,6 @@ mikey
milli
mimetypes
minifyzombies
minimatch
minimise
minipager
minky
@@ -770,7 +766,6 @@ newnode
newstr
newterm
nids
nightlies
nightwatch
nightwatchjs
nikic
+2 −2
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@
    "test:nightwatch": "node -r dotenv-safe/config ./node_modules/.bin/nightwatch --config ./tests/Drupal/Nightwatch/nightwatch.conf.js",
    "prettier": "prettier --write \"./**/*.js\"",
    "spellcheck": "cspell -c .cspell.json",
    "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": "yarn spellcheck --root .. \"core/**/*\" \"composer/**/*\" \"composer.json\"",
    "spellcheck:make-drupal-dict": "rm -f misc/cspell/dictionary.txt && touch misc/cspell/dictionary.txt && yarn -s spellcheck:core --unique --words-only | perl -Mopen=locale -pe '$_=lc$_' | LC_ALL=en_US.UTF-8 tr -d \\\\\\\\ | LC_ALL=C sort -u -o misc/cspell/dictionary.txt",
    "spellcheck:core": "cspell -c .cspell.json --root .. \"core/**/*\" \"composer/**/*\" \"composer.json\"",
    "vendor-update": "node ./scripts/js/vendor-update.js",
    "watch:ckeditor5": "webpack --config ./modules/ckeditor5/webpack.config.js --watch",
    "build:ckeditor5": "webpack --config ./modules/ckeditor5/webpack.config.js",