mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user