Skip to content

Commit 24560c1

Browse files
chore: remove failing hyperlink linkcheck task (#5176)
1 parent 95772ef commit 24560c1

File tree

3 files changed

+1
-90
lines changed

3 files changed

+1
-90
lines changed

package-lock.json

-84
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-scripts.js

+1-5
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ module.exports = {
259259
docs: {
260260
default: {
261261
script:
262-
'nps docs.clean && nps docs.api && eleventy && nps docs.linkcheck',
262+
'nps docs.clean && nps docs.api && eleventy',
263263
description: 'Build documentation'
264264
},
265265
production: {
@@ -271,10 +271,6 @@ module.exports = {
271271
description: 'Prepare system for doc building',
272272
hiddenFromHelp: true
273273
},
274-
linkcheck: {
275-
script:
276-
'hyperlink -ri --canonicalroot https://mochajs.org --skip ".js.html#line" docs/_site/index.html --todo "HTTP 429 Too Many Requests"'
277-
},
278274
postbuild: {
279275
script:
280276
'node node_modules/assetgraph-builder/bin/buildProduction docs/_site/index.html --outroot docs/_dist --canonicalroot https://mochajs.org/ --optimizeimages --svgo --inlinehtmlimage 9400 --inlinehtmlscript 0 --asyncscripts && cp docs/_headers docs/_dist/_headers',

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
"fail-on-errors-webpack-plugin": "^3.0.0",
9393
"fs-extra": "^10.0.0",
9494
"globals": "^13.24.0",
95-
"hyperlink": "^5.0.4",
9695
"jsdoc": "^3.6.7",
9796
"jsdoc-ts-utils": "^2.0.1",
9897
"karma": "^6.4.2",

0 commit comments

Comments
 (0)