Pin `cspell` version (#6751)

master
fisker Cheung 2019-10-30 21:06:50 +08:00 committed by Georgii Dolzhykov
parent c1332e3009
commit b70c2a747e
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 {bin,scripts,src}/**/*.js {docs,website/blog}/**/*.md CHANGELOG.unreleased.md"
"spellcheck": "npx cspell -p cspell@4.0.31 {bin,scripts,src}/**/*.js {docs,website/blog}/**/*.md CHANGELOG.unreleased.md"
}
}