Skip to content

Commit

Permalink
chore: remove check-docs-links (vercel#2562)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel authored Aug 6, 2024
1 parent c09f196 commit fa32ca5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 120 deletions.
118 changes: 0 additions & 118 deletions check-docs-links.js

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"test": "turbo test",
"ci:release": "turbo clean && turbo build && changeset publish",
"ci:version": "changeset version && node .github/scripts/cleanup-examples-changesets.mjs && pnpm install --no-frozen-lockfile",
"clean-examples": "node .github/scripts/cleanup-examples-changesets.mjs && pnpm install --no-frozen-lockfile",
"check-docs-links": "node ./check-docs-links.js"
"clean-examples": "node .github/scripts/cleanup-examples-changesets.mjs && pnpm install --no-frozen-lockfile"
},
"lint-staged": {
"*": [
Expand Down

0 comments on commit fa32ca5

Please sign in to comment.