We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1197ed commit 7143c39Copy full SHA for 7143c39
package.json
@@ -16,7 +16,7 @@
16
"build": "hugo --minify",
17
"test": "npm run lint:markdown && npm run lint:css && npm run lint:js && npm run test:links",
18
"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",
+ "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",
20
"lint:markdown": "markdownlint *.md content/**/*.md",
21
"lint:css": "stylelint \"themes/opentermsarchive/assets/css/*.css\"",
22
"lint:js": "eslint themes/opentermsarchive/assets/js/",
0 commit comments