Skip to content

Commit

Permalink
Merge pull request #603 from salesforcecli/devScripts2023-12-10
Browse files Browse the repository at this point in the history
refactor: devScripts update
  • Loading branch information
svc-cli-bot authored Dec 10, 2023
2 parents 6e0b5e7 + 3eee885 commit 86b03d8
Show file tree
Hide file tree
Showing 2 changed files with 276 additions and 25 deletions.
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"compile": "wireit",
"docs": "sf-docs",
"format": "wireit",
"link-check": "wireit",
"lint": "wireit",
"lint-fix": "yarn sf-lint --fix",
"prepack": "sf-prepack",
Expand Down Expand Up @@ -54,7 +55,7 @@
"ts-retry-promise": "^0.7.1"
},
"devDependencies": {
"@salesforce/dev-scripts": "^7.1.1",
"@salesforce/dev-scripts": "^8.1.0",
"@salesforce/ts-sinon": "^1.4.19",
"@types/debug": "^4.1.12",
"ts-node": "^10.9.2",
Expand Down Expand Up @@ -128,7 +129,8 @@
"test": {
"dependencies": [
"test:only",
"test:compile"
"test:compile",
"link-check"
]
},
"test:only": {
Expand All @@ -145,6 +147,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 86b03d8

Please sign in to comment.