Skip to content

Commit

Permalink
Deduplicate unoconv calls
Browse files Browse the repository at this point in the history
  • Loading branch information
kemitchell committed Apr 12, 2019
1 parent 84bfe5e commit 56c88ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"build:proposal:markdown": "commonform render -f markdown --title 'Enterprise Ready Supplement Proposal' --blanks blanks.json --signatures signatures.json proposal.cform > proposal.md",
"build:proposal:html": "commonform render -f html5 --title 'Enterprise Ready Supplement Proposal' --blanks blanks.json --signatures signatures.json --ordered-lists proposal.cform > proposal.html",
"build:proposal:docx": "commonform render -f docx --title 'Enterprise Ready Supplement Proposal' --blanks blanks.json --signatures signatures.json --number outline --left-align-title --indent-margins --styles styles.json proposal.cform > proposal.docx",
"pdfs": "unoconv terms.docx ; unoconv proposal.docx"
"pdfs": "unoconv terms.docx proposal.docx"
}
}

0 comments on commit 56c88ce

Please sign in to comment.