Skip to content

Commit

Permalink
add missing recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Jul 12, 2019
1 parent 7ea307f commit 5905283
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 7 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,14 @@ RUN npm install [email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected].1 \
[email protected].2 \
[email protected].2 \
[email protected].3 \
[email protected] \
[email protected]
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected]


RUN npm cache clean -f && \
Expand Down
6 changes: 5 additions & 1 deletion playground.reporter.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@
},
"recipes": {
"phantom-pdf": "jsreport-phantom-pdf",
"phantom-image": "jsreport-phantom-image",
"electron-pdf": "jsreport-electron-pdf",
"wkhtmltopdf": "jsreport-wkhtmltopdf",
"fop-pdf": "jsreport-fop-pdf",
"docx": "jsreport-docx",
"pptx": "jsreport-pptx",
"static-pdf": "jsreport-static-pdf"
"static-pdf": "jsreport-static-pdf",
"html-to-text": "jsreport-html-to-text",
"html-embedded-in-docx": "jsreport-html-embedded-in-docx",
"docxtemplater": "jsreport-docxtemplater"
}
}

0 comments on commit 5905283

Please sign in to comment.