File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments