From 19a3ee0eee5eb6e8d10ceccdd2757feed88fbc95 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Thu, 10 Nov 2022 13:27:54 +0100 Subject: [PATCH] add missing command (necessary to refresh imagery) --- RELEASING.md | 1 + 1 file changed, 1 insertion(+) 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