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 1eaee31 commit ec5990fCopy full SHA for ec5990f
utils/sf-config.js
@@ -51,7 +51,7 @@ const PACKAGE_DEFAULTS = {
51
'link-check': {
52
command:
53
// eslint-disable-next-line max-len
54
- 'node -e "process.exit(process.env.CI ? 0 : 1)" || linkinator "**/*.md" --skip "CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|%s" --markdown --retry --directory-listing --verbosity error',
+ 'node -e "process.exit(process.env.CI ? 0 : 1)" || linkinator "**/*.md" --skip "CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|localhost|%s" --markdown --retry --directory-listing --verbosity error',
55
files: ['./*.md', './!(CHANGELOG).md', 'messages/**/*.md'],
56
output: [],
57
},
0 commit comments