Skip to content

Commit

Permalink
chore: updates from devScripts
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Dec 10, 2023
1 parent a9db39a commit 201e6c1
Show file tree
Hide file tree
Showing 2 changed files with 259 additions and 23 deletions.
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"compile": "wireit",
"docs": "sf-docs",
"format": "wireit",
"link-check": "wireit",
"lint": "wireit",
"lint-fix": "yarn sf-lint --fix",
"postpack": "shx rm -f oclif.manifest.json",
Expand Down Expand Up @@ -56,7 +57,7 @@
},
"devDependencies": {
"@salesforce/cli-plugins-testkit": "^5.0.4",
"@salesforce/dev-scripts": "^7.1.1",
"@salesforce/dev-scripts": "^8.1.0",
"@types/graceful-fs": "^4.1.8",
"eslint-plugin-sf-plugin": "^1.16.15",
"shx": "^0.3.4",
Expand Down Expand Up @@ -121,7 +122,8 @@
"test": {
"dependencies": [
"test:only",
"test:compile"
"test:compile",
"link-check"
]
},
"test:only": {
Expand All @@ -138,6 +140,15 @@
".nycrc"
],
"output": []
},
"link-check": {
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
"files": [
"./*.md",
"./!(CHANGELOG).md",
"messages/**/*.md"
],
"output": []
}
}
}
Loading

0 comments on commit 201e6c1

Please sign in to comment.