Pārlūkot izejas kodu

Update build script to use new converter

pull/569/head
Dave Machado pirms 7 gadiem
vecāks
revīzija
68c5b997fc
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: 948D4778D01A7B3F
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. +1
    -2
      build/build.sh

+ 1
- 2
build/build.sh Parādīt failu

@@ -3,7 +3,6 @@
# create json directory if not already present
mkdir -p ../json
# parse API README and print (minified) JSON to stdout, redirect to /json
node condenseMd.js ../README.md > single_table.md
node md2json.js single_table.md > ../json/entries.min.json
./md2json.py ../README.md > ../json/entries.min.json
# beautify the previously created JSON file, redirect to /json
python -m json.tool ../json/entries.min.json > ../json/entries.json

Notiek ielāde…
Atcelt
Saglabāt