Skip to content

Commit 63a0a15

Browse files
committed
chore: updates from devScripts
1 parent eb409d7 commit 63a0a15

File tree

2 files changed

+46
-228
lines changed

2 files changed

+46
-228
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"@oclif/plugin-command-snapshot": "^5.2.35",
2525
"@salesforce/cli-plugins-testkit": "^5.3.39",
26-
"@salesforce/dev-scripts": "^10.2.11",
26+
"@salesforce/dev-scripts": "^10.2.12",
2727
"@salesforce/plugin-command-reference": "^3.1.44",
2828
"@types/node-fetch": "^2.6.11",
2929
"eslint-plugin-sf-plugin": "^1.20.15",
@@ -206,7 +206,7 @@
206206
"output": []
207207
},
208208
"link-check": {
209-
"command": "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",
209+
"command": "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",
210210
"files": [
211211
"./*.md",
212212
"./!(CHANGELOG).md",

0 commit comments

Comments
 (0)