Skip to content

Commit

Permalink
fix: linkinator skip paths (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev authored Jul 17, 2024
1 parent 0ee5ae4 commit 9585494
Show file tree
Hide file tree
Showing 4 changed files with 475 additions and 473 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint:fix": "npx eslint --ext .js,.jsx,.ts,.tsx --fix ./src",
"lint": "npx eslint --ext .js,.jsx,.ts,.tsx ./src",
"start": "next start",
"check-links": "npx linkinator ./out --recurse --verbosity error --skip '/contracts|/developers/architecture/zetacored|^https'",
"check-links": "EXPORT=true yarn build && npx linkinator ./out --recurse --verbosity error --skip '^https' --skip '/developers/architecture/contracts'",
"clean": "rimraf .next out",
"tsc:watch": "tsc --watch",
"typecheck": "tsc --project ./tsconfig.json --noEmit",
Expand Down
Loading

0 comments on commit 9585494

Please sign in to comment.