From fd07c66fa7f8a02a9f17ff11ebff924db4d0170d 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..2704fa7 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",