From 93f581a92a1289d7d192b5b8ed14484a3a4b2ee1 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Fri, 21 Oct 2022 13:02:00 +0800 Subject: [PATCH] fix: update scripts in package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 1d1aa94..be412ca 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "example": "example" }, "scripts": { + "postinstall": "lerna run build", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {