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

translation-badges
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
1 changed files with 0 additions and 1 deletions

View File

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