From d1844075608a3c1edce61b22ad692bc66aba16ad Mon Sep 17 00:00:00 2001 From: iapyang Date: Thu, 9 Jan 2020 19:44:57 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8E=BB=E6=8E=89build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f51be86d77..d5805c5f93 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "test": "karma start", "analyze": "grunt analyze", "dev": "npm-run-all --parallel grunt webpack:dev", - "prepublish": "npm run build && node ./lib/prepublish/prepublish.js" + "prepublish": "node ./lib/prepublish/prepublish.js" }, "repository": { "type": "git",