aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index ab718804f..c3e4060cd 100644
--- a/package.json
+++ b/package.json
@@ -58,8 +58,9 @@
"docs-build": "hugo --cleanDestinationDir",
"docs-compile": "npm run docs-build",
"docs-linkinator": "linkinator _site --recurse --skip \"^(?!http://localhost)\" --verbosity error",
+ "docs-spellcheck": "cspell \"site/**/*.md\" --no-progress",
"docs-vnu": "node build/vnu-jar.js",
- "docs-lint": "npm-run-all --aggregate-output --parallel docs-vnu docs-linkinator",
+ "docs-lint": "npm-run-all --aggregate-output --parallel docs-vnu docs-linkinator docs-spellcheck",
"docs-serve": "hugo server --port 9001 --disableFastRender",
"docs-serve-only": "npx sirv-cli _site --port 9001",
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
@@ -112,6 +113,7 @@
"bundlewatch": "^0.3.2",
"clean-css-cli": "^5.4.1",
"cross-env": "^7.0.3",
+ "cspell": "^5.12.0",
"eslint": "^7.32.0",
"eslint-config-xo": "^0.39.0",
"eslint-plugin-import": "^2.24.2",