summaryrefslogtreecommitdiff
path: root/doc/guides
diff options
context:
space:
mode:
Diffstat (limited to 'doc/guides')
-rw-r--r--doc/guides/maintaining-npm.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guides/maintaining-npm.md b/doc/guides/maintaining-npm.md
index 67a4a9fcff..9e953ed027 100644
--- a/doc/guides/maintaining-npm.md
+++ b/doc/guides/maintaining-npm.md
@@ -25,13 +25,14 @@ or if you already have npm cloned make sure the repo is up to date
```console
$ git remote update -p
-$ git reset --hard origin latest
+$ git reset --hard origin/latest
```
## Step 2: Build release
```console
$ git checkout vX.Y.Z
+$ make
$ make release
```