diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 7e4d67556..0e5717c37 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -29,7 +29,7 @@ fi # pull latest imagery rm -rf node_modules/editor-layer-index/ -git clone https://github.com/osmlab/editor-layer-index.git node_modules/editor-layer-index +git clone https://github.com/osmlab/editor-layer-index.git node_modules/editor-layer-index > /dev/null # build everything npm run imagery