doc: add missing step to npm release process

PR-URL: https://github.com/nodejs/node/pull/27105
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
pull/27118/head
Myles Borins 2019-04-05 15:15:38 -04:00
parent 033f6b566e
commit 21b739fb69
No known key found for this signature in database
GPG Key ID: 933B01F40B5CA946
1 changed files with 2 additions and 1 deletions

View File

@ -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
```