From dfc56f918ae4b15ffbc1d2fc3dd01b159c2fe1d2 Mon Sep 17 00:00:00 2001 From: "S.Gromov" Date: Sun, 19 Apr 2026 02:10:04 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=D0=BE=D0=B1=D1=8A=D0=B5=D0=B4=D0=B8?= =?UTF-8?q?=D0=BD=D0=B8=D1=82=D1=8C=20docs=20=D0=B8=20build=20=D0=B2=20?= =?UTF-8?q?=D0=BE=D0=B4=D0=BD=D1=83=20=D0=BA=D0=BE=D0=BC=D0=B0=D0=BD=D0=B4?= =?UTF-8?q?=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - npm run build теперь включает генерацию docs (concat-md.js + vitepress build) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4ac0be..f1107e2 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "docs": "node ./concat-md.js", "dev": "vitepress dev .", - "build": "vitepress build .", + "build": "node ./concat-md.js && vitepress build .", "serve": "vitepress serve ." }, "devDependencies": {