From ddbe69c0b2af016a33d1c03fc457afb3518c3a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Alejandro=20L=C3=B3pez=20Lor=C3=ADa?= Date: Wed, 26 Jun 2024 12:05:18 -0600 Subject: [PATCH] fix: temporary build fix --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 528101a..a959a71 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "packages/*" ], "scripts": { - "build": "lerna run build", + "build": "lerna run build --scope=@mifiel/{api-client,api-client-auth}", + "build:old": "lerna run build", "build:widget": "lerna run build --scope=@mifiel/widget-stencil && lerna run build --scope=@mifiel/{widget-react,widget-vue,angular-workspace}", "husky": "husky", "lint": "lerna run lint",