Update example deploy script to better pull latest editor-layer-index

`npm install` may refuse to work if it finds the
`editor-layer-index/.git` folder
This commit is contained in:
Bryan Housel
2018-05-11 10:08:56 -04:00
parent 82133d4577
commit 9b37c998f6
+1
View File
@@ -32,6 +32,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 2>&1
rm -rf node_modules/editor-layer-index/.git/
# build everything
npm run imagery