From 8c6d80ed87dec07b05b5f3b9b785d18371ffdf0e Mon Sep 17 00:00:00 2001 From: Jonathan Cardoso Machado Date: Sun, 19 May 2019 10:35:34 -0300 Subject: [PATCH] docs: update np section on CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index edf9c2c26..e245093d9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -98,5 +98,5 @@ We are using [`np`](https://github.com/sindresorhus/np) for releases. For prereleases, use something like: ```shell -$ yarn np 2.0.0-alpha.1 --tag=next +$ npx np prerelease --any-branch --tag next ```