Skip to content

Commit

Permalink
chore: check links script
Browse files Browse the repository at this point in the history
  • Loading branch information
kopy-kat committed Jan 7, 2025
1 parent 8aa8d34 commit 15719e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"prettier:write": "prettier --write ."
"prettier:write": "prettier --write .",
"check:links": "lychee . -v --base ./pages/ --fallback-extensions mdx --include-fragments"
},
"dependencies": {
"clsx": "^2.1.0",
Expand Down

0 comments on commit 15719e9

Please sign in to comment.