From eb8b9a5cb15d9bd3d383f195aa5265290936e08e Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Sun, 13 Mar 2022 20:24:25 +0800 Subject: [PATCH] Update How-to-release.md --- docs/How-to-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/How-to-release.md b/docs/How-to-release.md index a56be1c..3214fb6 100644 --- a/docs/How-to-release.md +++ b/docs/How-to-release.md @@ -144,7 +144,7 @@ Vote result should follow these: 1. Publish to npmjs.com, this is optional for Apache releases, but we usually want to do this to let users use it conveniently. ```shell - npm build && npm pack && npm publish + npm run build && npm pack && npm publish ``` **NOTE**: please double check before publishing to npmjs.com, it's difficult to unpublish and republish the module at the moment.