Temp: run linkinator against the live site
This commit is contained in:
parent
1bfe4780d4
commit
15ff1708b8
1 changed files with 2 additions and 1 deletions
|
|
@ -56,8 +56,9 @@
|
|||
"docs-build": "hugo --cleanDestinationDir",
|
||||
"docs-compile": "npm run docs-build",
|
||||
"docs-linkinator": "linkinator _gh_pages --recurse --silent --skip \"^(?!http://localhost)\"",
|
||||
"docs-linkinator-prod": "linkinator https://getbootstrap.com --recurse --silent --skip \"^(https://developer.microsoft.com)|(https://github.com/twbs/bootstrap/releases/)\"",
|
||||
"docs-vnu": "node build/vnu-jar.js",
|
||||
"docs-lint": "npm-run-all --parallel docs-vnu docs-linkinator",
|
||||
"docs-lint": "npm-run-all --parallel docs-vnu docs-linkinator-prod",
|
||||
"docs-serve": "hugo server --port 9001 --disableFastRender",
|
||||
"docs-serve-only": "npx sirv-cli _gh_pages --port 9001",
|
||||
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue