Skip to content

Commit ca80379

Browse files
committed
Refactor: link checking complexity
1 parent 10c8b2d commit ca80379

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"scripts": {
1818
"build": "mkdir -p dist && cp -r index.html CNAME main.css assets dist/ && mkdir -p dist/vendor && cp -r node_modules/skeleton-css dist/vendor && cp -r node_modules/vellum-doc dist/vendor",
1919
"clean": "rm -r dist",
20-
"test": "npm run lint && npx linkinator index.html -ro --recurse --skip '(.*\\.reddit\\.com)|(.*\\.twitter\\.com)|(.*\\.drivethrurpg\\.com)' --verbosity debug",
20+
"test": "npm run lint && npx linkinator index.html -ro --recurse",
2121
"lint": "npx prettier . --check && htmlhint 'index.html' && stylelint main.css assets/styles/**/*.css",
2222
"lint:fix": "npx prettier . --write",
2323
"start": "npm run build && npm run start:server",

0 commit comments

Comments
 (0)