From e974782dd677507acb0d2024593944e555678422 Mon Sep 17 00:00:00 2001 From: Daniel Dyla Date: Thu, 2 Mar 2023 08:41:23 -0500 Subject: [PATCH] Add http example to lerna --- lerna.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lerna.json b/lerna.json index d97ab02a62..6eba3f4874 100644 --- a/lerna.json +++ b/lerna.json @@ -11,6 +11,7 @@ "selenium-tests", "examples/otlp-exporter-node", "examples/opentelemetry-web", + "examples/http", "examples/https" ] }