We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3671ec1 commit 808735eCopy full SHA for 808735e
package.json
@@ -53,7 +53,7 @@
53
"docs-build": "hugo --cleanDestinationDir --enableGitInfo",
54
"docs-compile": "npm run docs-build",
55
"docs-vnu": "node build/vnu-jar.js",
56
- "docs-lint": "npm-run-all --aggregate-output --parallel docs-vnu docs-linkinator docs-spellcheck",
+ "docs-lint": "npm run docs-vnu",
57
"docs-serve": "hugo server --port 9001 --disableFastRender",
58
"docs-serve-only": "npx sirv-cli _gh_pages --port 9001",
59
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
0 commit comments