mirror of
https://github.com/r-ca/md2pdf-meow.git
synced 2024-11-22 07:33:15 +00:00
fix typo
This commit is contained in:
parent
3c56914c1b
commit
899593dcac
|
@ -3,7 +3,7 @@
|
|||
"version": "1.0.0",
|
||||
"description": "Convert Markdown documents to PDF🐱",
|
||||
"scripts": {
|
||||
"build:step1": "npx minicat $(sed 's|^|documents/|' files.txt) > work/all.md",
|
||||
"build:step1": "npx minicat $(sed 's|^|documents/|' 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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user