Skip to content

Commit

Permalink
Verbose log failures
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Nov 5, 2024
1 parent 0acff12 commit 46a358b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Tools for validating G Web Development Software WebVI Examples",
"private": true,
"scripts": {
"link": "glob-exec --foreach \"{./*.md,./*/*.md,./Guides/*/*.md}\" -- \"npm run markdown-link-check -- -c .linkcheck.json {{file}}\"",
"link": "glob-exec --foreach \"{./*.md,./*/*.md,./Guides/*/*.md}\" -- \"npm run markdown-link-check -- --verbose -c .linkcheck.json {{file}}\"",
"lint": "npm run lint-markdown && npm run lint-spell",
"lint-markdown": "markdownlint ./*.md ./*/*.md ./Guides/*/*.md",
"lint-spell": "cspell \"**/*.md\"",
Expand Down

0 comments on commit 46a358b

Please sign in to comment.