From f34fa069a473b67360859a1aa9a28cd0d574db6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=87=E7=BA=AF?= Date: Tue, 19 Jan 2021 11:39:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0clean=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=EF=BC=8C=E6=B8=85=E9=99=A4node=5Fmodules?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 28d25e9f..ab7343fc 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "packages/*" ], "scripts": { + "clean": "lerna clean", "bootstrap": "lerna bootstrap", "build": "father-build --watch", "ver": "lerna version prerelease --preid alpha --no-changelog --no-commit-hooks --no-private",