Explorar el Código

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

Matthew Peveler hace 4 años
padre
commit
549e69573b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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."
 }