Skip to content

Commit

Permalink
Remove linkchecker from prepush hook
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-md committed Jan 10, 2024
1 parent 10f00e7 commit e8296fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"generate-supported-networks": "node .github/scripts/generateSupportedNetworks.js",
"lint": "eslint .",
"typecheck": "tsc --noEmit --incremental false",
"linkcheck": "find ./pages -name '*.md' -not -name '*v1.3.0*' -print0 | xargs -0 -n1 pnpm markdown-link-check --quiet --config linkchecker-config.json",
"prepush": "pnpm lint && pnpm typecheck && pnpm linkcheck",
"linkcheck": "find ./pages -name '*.md*' -print0 | xargs -0 -n1 pnpm markdown-link-check --quiet --progress --config linkchecker-config.json",
"prepush": "pnpm lint && pnpm typecheck",
"prepare": "husky install"
},
"repository": {
Expand Down

0 comments on commit e8296fa

Please sign in to comment.