Переглянути джерело

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