Skip to content

Commit 97d57f8

Browse files
committed
chore: updates from devScripts
1 parent e9052ca commit 97d57f8

File tree

2 files changed

+31
-246
lines changed

2 files changed

+31
-246
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@oclif/plugin-command-snapshot": "^5.2.36",
1818
"@salesforce/cli-plugins-testkit": "^5.3.39",
19-
"@salesforce/dev-scripts": "^10.2.9",
19+
"@salesforce/dev-scripts": "^10.2.12",
2020
"@salesforce/plugin-command-reference": "^3.1.45",
2121
"@types/tough-cookie": "^4.0.5",
2222
"eslint-plugin-sf-plugin": "^1.20.15",
@@ -198,7 +198,7 @@
198198
"output": []
199199
},
200200
"link-check": {
201-
"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",
201+
"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",
202202
"files": [
203203
"./*.md",
204204
"./!(CHANGELOG).md",

0 commit comments

Comments
 (0)