Compare commits
2 commits
main
...
master-xmr
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3376949877 | ||
|
|
15ff1708b8 |
1 changed files with 2 additions and 1 deletions
|
|
@ -56,8 +56,9 @@
|
||||||
"docs-build": "hugo --cleanDestinationDir",
|
"docs-build": "hugo --cleanDestinationDir",
|
||||||
"docs-compile": "npm run docs-build",
|
"docs-compile": "npm run docs-build",
|
||||||
"docs-linkinator": "linkinator _gh_pages --recurse --silent --skip \"^(?!http://localhost)\"",
|
"docs-linkinator": "linkinator _gh_pages --recurse --silent --skip \"^(?!http://localhost)\"",
|
||||||
|
"docs-linkinator-prod": "linkinator https://getbootstrap.com --concurrency 10 --recurse --silent --skip \"^(https://developer.microsoft.com)|(https://github.com/twbs/bootstrap/releases/)\"",
|
||||||
"docs-vnu": "node build/vnu-jar.js",
|
"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": "hugo server --port 9001 --disableFastRender",
|
||||||
"docs-serve-only": "npx sirv-cli _gh_pages --port 9001",
|
"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",
|
"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