Skip to content

Commit b8fa1a7

Browse files
author
Alexander Rogalskiy
committed
Updates on files
1 parent 174af49 commit b8fa1a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
"prepack": "check-for-leaks",
2323
"prepush": "check-for-leaks",
2424
"release": "release-it",
25+
"linkcheck:json": "linkinator \"docs/**/*.md\" --markdown --format JSON --verbosity DEBUG",
26+
"linkcheck:csv": "linkinator \"docs/**/*.md\" --markdown --format CSV",
2527
"name": "test -f ./scripts/rootAppName.js && node --experimental-modules --no-warnings --no-deprecation ./scripts/rootAppName.js || echo 'RootAppName script missing'",
2628
"check:git": "test -f ./scripts/checkgit.sh && . ./scripts/checkgit.sh || echo 'CheckGit script missing'",
2729
"env:linux": "export $(cat .env | xargs) && env",
@@ -96,6 +98,7 @@
9698
"is-ci": "^3.0.1",
9799
"jsonlint": "^1.6.3",
98100
"license-checker": "^25.0.1",
101+
"linkinator": "^3.0.3",
99102
"lint-staged": "^11.0.1",
100103
"lintspaces-cli": "^0.7.1",
101104
"markdown-link-check": "^3.8.7",

0 commit comments

Comments
 (0)