From 732ec0c14d295e4a1664efb161e3e958cf530b03 Mon Sep 17 00:00:00 2001 From: echosoar <82163514@qq.com> Date: Mon, 13 Apr 2020 23:08:00 +0800 Subject: [PATCH] fix: resume npm --- lerna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index 409adf91..2ef75fc3 100644 --- a/lerna.json +++ b/lerna.json @@ -22,6 +22,6 @@ "conventionalCommits": true } }, - "npmClient": "cnpm", + "npmClient": "npm", "version": "0.2.73" }