diff --git a/RELEASING.md b/RELEASING.md index e0ad4cce5..f77d0a83a 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -20,6 +20,7 @@ on the iD project, and then create this file with contents like #### Update `develop` branch ```bash $ git checkout develop +$ rm package-lock.json $ rm -rf node_modules/editor-layer-index/ $ npm install $ npm run imagery