Really silence output of git clone

This commit is contained in:
Bryan Housel
2017-06-20 14:10:36 -04:00
parent 56b2b2f08c
commit a9b205d126
+1 -1
View File
@@ -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 > /dev/null
git clone https://github.com/osmlab/editor-layer-index.git node_modules/editor-layer-index > /dev/null 2>&1
# build everything
npm run imagery