From bfae885b319197f13f9eb0b62d013f7918f65256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Peres=20Fran=C3=A7a?= Date: Wed, 24 Apr 2024 09:02:51 -0300 Subject: [PATCH] packages were previously published with the source code instead of the compiled code --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 646de71..1730a8f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "workspaces": [ "core", "components", - "express-client" + "express-client", + "sample" ], "engines": { "node": ">=13.2"