From 3c56914c1b7280c5fdd407b2c058fbda14e1775f Mon Sep 17 00:00:00 2001 From: rca Date: Mon, 12 Aug 2024 21:58:51 +0900 Subject: [PATCH] =?UTF-8?q?prefix=E3=82=92=E6=A9=9F=E6=A2=B0=E7=9A=84?= =?UTF-8?q?=E3=81=AB=E3=81=A4=E3=81=91=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c890c63..7bdce6d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "Convert Markdown documents to PDF🐱", "scripts": { - "build:step1": "npx minicat $(cat documents/files.txt) > work/all.md", + "build:step1": "npx minicat $(sed 's|^|documents/|' files.txt) > work/all.md", "build:step2": "npx doctoc --notitle --maxlevel 3 work/all.md", "build:step3": "node scripts/mdit.js work/all.md work/all_md.html", "build:step4": "node scripts/ejs.js template/template.html work/all.html",