Skip to content

Commit 7143c39

Browse files
committed
Ignore 403 forbidden access to nytimes.com links
1 parent b1197ed commit 7143c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build": "hugo --minify",
1717
"test": "npm run lint:markdown && npm run lint:css && npm run lint:js && npm run test:links",
1818
"pretest:links": "npm run build",
19-
"test:links": "linkinator ./public --recurse --skip '^https?://(www.linkedin.com|twitter.com|localhost:3000/api/|stackoverflow.com|github.com/organizations/OpenTermsArchive/settings/personal-access-token-requests|joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12|openai.com|github.com)' --verbosity error",
19+
"test:links": "linkinator ./public --recurse --skip '^https?://(www.linkedin.com|twitter.com|localhost:3000/api/|stackoverflow.com|github.com/organizations/OpenTermsArchive/settings/personal-access-token-requests|joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12|openai.com|github.com|nytimes.com)' --verbosity error",
2020
"lint:markdown": "markdownlint *.md content/**/*.md",
2121
"lint:css": "stylelint \"themes/opentermsarchive/assets/css/*.css\"",
2222
"lint:js": "eslint themes/opentermsarchive/assets/js/",

0 commit comments

Comments
 (0)