Skip to content

Commit 808735e

Browse files
committed
build: update build scripts
1 parent 3671ec1 commit 808735e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"docs-build": "hugo --cleanDestinationDir --enableGitInfo",
5454
"docs-compile": "npm run docs-build",
5555
"docs-vnu": "node build/vnu-jar.js",
56-
"docs-lint": "npm-run-all --aggregate-output --parallel docs-vnu docs-linkinator docs-spellcheck",
56+
"docs-lint": "npm run docs-vnu",
5757
"docs-serve": "hugo server --port 9001 --disableFastRender",
5858
"docs-serve-only": "npx sirv-cli _gh_pages --port 9001",
5959
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",

0 commit comments

Comments
 (0)