mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
build-index: generate top-level copy of the index
This commit is contained in:
parent
2fedf6ce96
commit
7105f3c20a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
"lint-markdown": "markdownlint pages/**/*.md",
|
||||
"lint-tldr": "tldr-lint ./pages",
|
||||
"test": "bash -c 'markdownlint pages/ && tldr-lint ./pages 2>&1 | tee test_result; test ${PIPESTATUS[0]} -eq 0'",
|
||||
"build-index": "node ./scripts/build-index.js > pages/index.json"
|
||||
"build-index": "node ./scripts/build-index.js | tee pages/index.json > index.json"
|
||||
},
|
||||
"repository": "tldr-pages/tldr",
|
||||
"author": "Romain Prieto",
|
||||
|
|
Loading…
Add table
Reference in a new issue