浏览代码

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

Matthew Peveler 4 年之前
父节点
当前提交
549e69573b
共有 1 个文件被更改,包括 0 次插入1 次删除
  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."
 }