more verbose

This commit is contained in:
Jonny Gerig Meyer 2023-06-20 14:56:30 -04:00
parent 3742c018d9
commit 70dde4a681
No known key found for this signature in database

View File

@ -36,7 +36,7 @@
"lint": "run-s prettier gts stylelint tsc",
"lint:ci": "run-s prettier:ci gts:ci stylelint:ci tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"checklinks:internal": "npx --yes --package=hyperlink --package=tap-spot -- 'hyperlink --canonicalroot https://sass-lang.com/ --root _site/ -r -p -i --skip \"/blog/index.html\" --skip \"/blog/page/\" --skip \"fragment-redirect\" --skip \".css.map\" --skip \".js.map\" --skip \".svg\" --skip \"types.Map\" _site/index.html | tap-spot'",
"checklinks:internal": "npx --yes --package=hyperlink -- 'hyperlink --canonicalroot https://sass-lang.com/ --root _site/ -r -p -i --skip \"/blog/index.html\" --skip \"/blog/page/\" --skip \"fragment-redirect\" --skip \".css.map\" --skip \".js.map\" --skip \".svg\" --skip \"types.Map\" _site/index.html'",
"checklinks:external": "npx --yes --package=broken-link-checker -- 'blc -ro --exclude=twitter.com --exclude=mvnrepository.com --exclude=drupal.org --exclude=web.archive.org https://sass-lang.com'"
},
"devDependencies": {