1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

remove duplicate pages/index.json file (#5063)

This commit is contained in:
Matthew Peveler 2021-01-02 09:53:39 -05:00 committed by GitHub
parent f8f1570936
commit 549e69573b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,6 @@ function initialize {
function build_index { function build_index {
npm run build-index npm run build-index
cp index.json pages/
echo "Pages index succesfully built." echo "Pages index succesfully built."
} }