Переглянути джерело

Use Python tool to beautify JSON into unminified /json file

pull/362/head
Dave Machado 7 роки тому
джерело
коміт
b0ef43db58
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: 948D4778D01A7B3F
1 змінених файлів з 2 додано та 3 видалено
  1. +2
    -3
      build/build.sh

+ 2
- 3
build/build.sh Переглянути файл

@@ -1,7 +1,6 @@
#!/bin/bash

mkdir -p ../json
node md2json.js ../README.md > ../json/api.json
node md2json.js ../README.md > ../json/api.min.json
python -m json.tool ../json/api.min.json > ../json/api.json
cat ../json/api.json
ls -l ..
ls -l ../json

Завантаження…
Відмінити
Зберегти