mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Use correct markdownlint-cli2 fix command
This commit is contained in:
parent
3dd8602acc
commit
b93aa31c93
@ -56,7 +56,6 @@
|
||||
"lint": "npm run lint:eslint && npm run lint:markdown",
|
||||
"lint:eslint": "eslint . --cache --max-warnings 0",
|
||||
"lint:markdown": "markdownlint-cli2",
|
||||
"lint:markdown:fix": "markdownlint-cli2-fix",
|
||||
"prepare": "npm run build",
|
||||
"release": "commit-and-tag-version",
|
||||
"postrelease": "ts-node ./scripts/finalizeRelease.ts",
|
||||
@ -178,7 +177,7 @@
|
||||
"commit-and-tag-version": {
|
||||
"scripts": {
|
||||
"postbump": "ts-node ./scripts/upgradeConfig.ts",
|
||||
"postchangelog": "ts-node ./scripts/formatChangelog.ts && markdownlint-cli2-fix"
|
||||
"postchangelog": "ts-node ./scripts/formatChangelog.ts && markdownlint-cli2 --fix"
|
||||
},
|
||||
"writerOpts": {
|
||||
"commitsSort": false
|
||||
|
Loading…
x
Reference in New Issue
Block a user