tc39 / template-for-proposals

A template for ECMAScript proposals
MIT License
120 stars 28 forks source link

remove unnecessary output redirection from build script #18

Closed mikesamuel closed 5 years ago

mikesamuel commented 5 years ago

The output redirection causes errors and warnings to show up at the top of index.html.

./node_modules/.bin/ecmarkup --help

Usage: ecmarkup <infile> [outfile] [options]

infile      Input ecmarkup file
outfile     Output html or biblio file

With this change

npm run build options

will also thread the options through to ecmarkup.