"...src/layout/git@ustchcs.com:gujinli1118/RuoYi-Vue.git" did not exist on "5879c2484aa6879e7b5abf3d6ae0ebd9517604cb"
Unverified Commit 68c5b997 authored by Dave Machado's avatar Dave Machado
Browse files

Update build script to use new converter

parent 0184842e
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
# create json directory if not already present # create json directory if not already present
mkdir -p ../json mkdir -p ../json
# parse API README and print (minified) JSON to stdout, redirect to /json # parse API README and print (minified) JSON to stdout, redirect to /json
node condenseMd.js ../README.md > single_table.md ./md2json.py ../README.md > ../json/entries.min.json
node md2json.js single_table.md > ../json/entries.min.json
# beautify the previously created JSON file, redirect to /json # beautify the previously created JSON file, redirect to /json
python -m json.tool ../json/entries.min.json > ../json/entries.json python -m json.tool ../json/entries.min.json > ../json/entries.json
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment