From ede64d6da3492031af9a90ee61372975d9c055a0 Mon Sep 17 00:00:00 2001 From: Gary Date: Thu, 28 Nov 2024 10:47:46 +0800 Subject: [PATCH] Fix build --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d159445..9512248 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "scripts": { "dev": "lerna run dev", "start": "lerna run start", + "build": "lerna run build", "test": "lerna run test", "new-version": "lerna version --conventional-commits --yes", "diff": "lerna diff"