From 42268e044cbd00f32d271acfb175d8f09ac262b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Stuczy=C5=84ski?= Date: Thu, 1 Apr 2021 11:38:08 +0100 Subject: [PATCH] Added extra step for publishing validator client (#553) --- clients/validator/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clients/validator/README.md b/clients/validator/README.md index bff7270699..d54ebe7c77 100644 --- a/clients/validator/README.md +++ b/clients/validator/README.md @@ -36,4 +36,5 @@ If you're a Nym platform developer who's made changes to the client and wants to 1. Bump the version number (use SemVer) 1. `npm run build` -1. `npm login` (if you haven't already) \ No newline at end of file +1. `npm login` (if you haven't already) +1. `npm publish` \ No newline at end of file