From 950c616c6d0611a1b7c4c95467821328730d2b65 Mon Sep 17 00:00:00 2001 From: whj1995 Date: Thu, 17 Oct 2019 00:22:08 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= 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 3dd1a8a..503fda7 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "./lib/index.js", "scripts": { "clean": "rm -fr lib", - "build": "yarn clean && tsc -p ./tsconfig.json", + "build": "npm run clean && tsc -p ./tsconfig.json", "lint": "tslint -c tslint.json -p tsconfig.json", "fix-lint": "tslint -c tslint.json -p tsconfig.json --fix", "test": "jest __test__",