From 0b58f93928438e45d842bfa848ef9f037834f04b Mon Sep 17 00:00:00 2001 From: rca Date: Mon, 12 Aug 2024 21:57:32 +0900 Subject: [PATCH] test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04e02cc..c890c63 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 documents/*.md > work/all.md", + "build:step1": "npx minicat $(cat 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",