From 9c05d7bd96bcde3f19750769a103c282b84d97d1 Mon Sep 17 00:00:00 2001 From: Keimpe de Jong Date: Wed, 29 Oct 2025 04:54:56 +0000 Subject: [PATCH] add pre-release:md for focused markdown checks --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b4d17b72..d822bd4f 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "lint:fix": "eslint . --ext .js,.cjs,.mjs,.yaml --fix", "lint:md": "npm run check:md:all", "pre-release": "npm run format:check && npm run lint && npm test && npm run validate:schemas && npm run validate:bundles && npm run check:md:all", + "pre-release:md": "npm run check:md:all", "prepare": "husky", "rebundle": "node tools/cli/bundlers/bundle-web.js rebundle", "release:major": "gh workflow run \"Manual Release\" -f version_bump=major",