Skip to content

Commit c9f0132

Browse files
authored
Update npm commands for releasing
see #12021 (comment)
1 parent 41a07bb commit c9f0132

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ on the iD project, and then create this file with contents like
2121

2222
```bash
2323
git checkout develop
24+
npm install --save-dev editor-layer-index --omit=dev
2425
npm clean-install
25-
npm install editor-layer-index
2626
npm run imagery
2727
npm run all
2828
git add . && git commit -m 'npm run imagery'
@@ -56,6 +56,7 @@ git push origin -f release "v$ID_VERSION"
5656
#### Push release to npm
5757

5858
```bash
59+
npm login
5960
npm publish
6061
```
6162

0 commit comments

Comments
 (0)