We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b302953 + e97bf51 commit d338e6aCopy full SHA for d338e6a
1 file changed
package.json
@@ -13,7 +13,7 @@
13
"format": "biome format --write .",
14
"format:check": "biome format src integrations plugins scripts",
15
"check": "astro check && eslint . && biome check .",
16
- "check:links": "linkinator dist/ --recurse --retry-errors --retry-errors-count 3 --timeout 30000 --concurrency 25"
+ "check:links": "linkinator dist/ --recurse --retry-errors --retry-errors-count 3 --timeout 30000 --concurrency 25 --verbosity error"
17
},
18
"devDependencies": {
19
"@actions/core": "^3.0.0",
0 commit comments