Skip to content

Commit b5fd480

Browse files
committed
chore: updates from devScripts
1 parent ddc8c87 commit b5fd480

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
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@oclif/plugin-command-snapshot": "^5.2.35",
2626
"@salesforce/cli-plugins-testkit": "^5.3.39",
27-
"@salesforce/dev-scripts": "^10.2.11",
27+
"@salesforce/dev-scripts": "^10.2.12",
2828
"@salesforce/plugin-command-reference": "^3.1.44",
2929
"@types/node-fetch": "^2.6.11",
3030
"@types/xml2js": "^0.4.14",
@@ -208,7 +208,7 @@
208208
"output": []
209209
},
210210
"link-check": {
211-
"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",
211+
"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",
212212
"files": [
213213
"./*.md",
214214
"./!(CHANGELOG).md",

0 commit comments

Comments
 (0)