From e36a0a6ba950b46ab62230f8b9788d054c54c401 Mon Sep 17 00:00:00 2001 From: arvinxx Date: Mon, 15 Feb 2021 23:23:12 +0800 Subject: [PATCH] =?UTF-8?q?:wrench:=20chore(scripts):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=89=A7=E8=A1=8C=E8=84=9A=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 570f586..9ea6ef3 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "--------- ": "", "clean": "lerna run clean && rm -rf es lib dist build coverage .umi .eslintcache apis", "reinstall": "yarn clean && lerna clean && rm -rf node_modules && yarn", - "prepublishOnly": "npm run test && npm run build && np --no-cleanup --yolo --no-publish --any-branch", + "prepublishOnly": "yarn build", "prettier": "prettier -c --write \"**/**\"", "n": "ts-node" },