2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Temp: run linkinator against the live site

This commit is contained in:
XhmikosR
2019-09-24 12:21:44 +03:00
parent 3d0260268e
commit f8fdc1dc14
+2 -1
View File
@@ -58,8 +58,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",