aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2022-01-29 14:42:56 +0200
committerGitHub <[email protected]>2022-01-29 14:42:56 +0200
commit640542e6060c365c2e9cad7543822cf3d83045ae (patch)
treeb43ac0c39df075a8e175d6390c92ea01a573cead /package.json
parenteb2fda2110e1b4a6375e49035660f993d8436d35 (diff)
downloadbootstrap-640542e6060c365c2e9cad7543822cf3d83045ae.tar.xz
bootstrap-640542e6060c365c2e9cad7543822cf3d83045ae.zip
Move linkinator to GitHub Actions. (#35573)
* Move linkinator to GitHub Actions. * Remove `docs-linkinator` npm script since it's no longer used
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json
index 905236b03..5538eb47b 100644
--- a/package.json
+++ b/package.json
@@ -57,10 +57,9 @@
"docs": "npm-run-all docs-build docs-lint",
"docs-build": "hugo --cleanDestinationDir",
"docs-compile": "npm run docs-build",
- "docs-linkinator": "linkinator _site --recurse --skip \"^(?!http://localhost)\" --verbosity error",
"docs-spellcheck": "cspell --no-progress",
"docs-vnu": "node build/vnu-jar.js",
- "docs-lint": "npm-run-all --aggregate-output --parallel docs-vnu docs-linkinator docs-spellcheck",
+ "docs-lint": "npm-run-all --aggregate-output --parallel docs-vnu docs-spellcheck",
"docs-serve": "hugo server --port 9001 --disableFastRender",
"docs-serve-only": "npx sirv-cli _site --port 9001",
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
@@ -132,7 +131,6 @@
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"karma-rollup-preprocessor": "^7.0.7",
- "linkinator": "^3.0.3",
"lockfile-lint": "^4.6.2",
"nodemon": "^2.0.15",
"npm-run-all": "^4.1.5",