Browse Source

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

Matthew Peveler 4 năm trước cách đây
mục cha
commit
549e69573b
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      scripts/build.sh

+ 0 - 1
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."
 }