Skip to content

Commit

Permalink
ci: remove markdown-link-check configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Nov 7, 2024
1 parent c390a59 commit a4e0af2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions md-linkcheck.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "echo \"There are no tests :(\"",
"build": "ncc build -o dist index.js",
"format": "prettier --write index.js src/ping.js",
"check:markdown": "find *.md docs/*.md -print0 | xargs -0 -n1 markdown-link-check -c md-linkcheck.json",
"check:markdown": "find *.md docs/*.md -print0 | xargs -0 -n1 markdown-link-check",
"update:cypress": "./scripts/update-cypress-latest.sh",
"prepare": "husky"
},
Expand Down

0 comments on commit a4e0af2

Please sign in to comment.