|
13 | 13 | "scripts": {
|
14 | 14 | "test": "commonform lint terms.cform",
|
15 | 15 | "build": "run-p build:** && npm run pdfs",
|
16 |
| - "build:terms:markdown": "commonform render -f markdown --title 'Open Development Time Bank Terms' --blanks blanks.json --signatures no-signatures.json terms.cform > terms.md", |
17 |
| - "build:terms:html": "commonform render -f html5 --title 'Open Development Time Bank Terms' --blanks blanks.json --signatures no-signatures.json --ordered-lists terms.cform > terms.html", |
18 |
| - "build:terms:docx": "commonform render -f docx --title 'Open Development Time Bank Terms' --blanks blanks.json --signatures no-signatures.json --number outline --left-align-title --indent-margins --styles styles.json terms.cform > terms.docx", |
19 |
| - "build:proposal:markdown": "commonform render -f markdown --title 'Open Development Time Bank Proposal' --blanks blanks.json --signatures signatures.json proposal.cform > proposal.md", |
20 |
| - "build:proposal:html": "commonform render -f html5 --title 'Open Development Time Bank Proposal' --blanks blanks.json --signatures signatures.json --ordered-lists proposal.cform > proposal.html", |
21 |
| - "build:proposal:docx": "commonform render -f docx --title 'Open Development Time Bank Proposal' --blanks blanks.json --signatures signatures.json --number outline --left-align-title --indent-margins --styles styles.json proposal.cform > proposal.docx", |
| 16 | + "build:terms:markdown": "commonform render -f markdown --title 'Open Development Time Block Terms' --blanks blanks.json --signatures no-signatures.json terms.cform > terms.md", |
| 17 | + "build:terms:html": "commonform render -f html5 --title 'Open Development Time Block Terms' --blanks blanks.json --signatures no-signatures.json --ordered-lists terms.cform > terms.html", |
| 18 | + "build:terms:docx": "commonform render -f docx --title 'Open Development Time Block Terms' --blanks blanks.json --signatures no-signatures.json --number outline --left-align-title --indent-margins --styles styles.json terms.cform > terms.docx", |
| 19 | + "build:proposal:markdown": "commonform render -f markdown --title 'Open Development Time Block Proposal' --blanks blanks.json --signatures signatures.json proposal.cform > proposal.md", |
| 20 | + "build:proposal:html": "commonform render -f html5 --title 'Open Development Time Block Proposal' --blanks blanks.json --signatures signatures.json --ordered-lists proposal.cform > proposal.html", |
| 21 | + "build:proposal:docx": "commonform render -f docx --title 'Open Development Time Block Proposal' --blanks blanks.json --signatures signatures.json --number outline --left-align-title --indent-margins --styles styles.json proposal.cform > proposal.docx", |
22 | 22 | "pdfs": "unoconv terms.docx proposal.docx"
|
23 | 23 | }
|
24 | 24 | }
|
0 commit comments