소스 검색

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."
 }