From b93aa31c932935c21f1e3666fdab3d0947a645eb Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Wed, 7 Aug 2024 08:42:32 +0200 Subject: [PATCH] chore: Use correct markdownlint-cli2 fix command --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index f2827486f..bf8f87399 100644 --- a/package.json +++ b/package.json @@ -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