Fix spellcheck script (#6774)

master
fisker Cheung 2019-11-01 14:49:35 +08:00 committed by Simon Lydell
parent d47c77e9e9
commit 90cb3c268d
1 changed files with 1 additions and 1 deletions

View File

@ -128,6 +128,6 @@
"build": "node --max-old-space-size=3072 ./scripts/build/build.js",
"build-docs": "node ./scripts/build-docs.js",
"check-deps": "node ./scripts/check-deps.js",
"spellcheck": "npx cspell -p cspell@4.0.31 {bin,scripts,src}/**/*.js {docs,website/blog}/**/*.md CHANGELOG.unreleased.md"
"spellcheck": "npx -p cspell@4.0.31 cspell {bin,scripts,src}/**/*.js {docs,website/blog}/**/*.md CHANGELOG.unreleased.md"
}
}