Skip to content

Commit

Permalink
chore: add command to generate PDF & ignore /pdf directory
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken committed Jul 14, 2024
1 parent e632e47 commit bb7c410
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,5 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

pdf/
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "A Node.js Ebook by GENTILHOMME Thomas.",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"generate:pdf": "node scripts/generatePdf.js && node scripts/generatePdf.js --lang fr"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit bb7c410

Please sign in to comment.