From 549e69573b25d99a268fba8009a26da2e900c8d7 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Sat, 2 Jan 2021 09:53:39 -0500 Subject: [PATCH] remove duplicate pages/index.json file (#5063) --- scripts/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 3c56790f3..043e45d1c 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -13,7 +13,6 @@ function initialize { function build_index { npm run build-index - cp index.json pages/ echo "Pages index succesfully built." }