Skip to content

Commit cbe1cba

Browse files
authored
Add opentelemetry-auto-instrumentation to build.sh (#556)
1 parent 91cdfe7 commit cbe1cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ DISTDIR=dist
1616
mkdir -p $DISTDIR
1717
rm -rf $DISTDIR/*
1818

19-
for d in opentelemetry-api/ opentelemetry-sdk/ ext/*/ ; do
19+
for d in opentelemetry-api/ opentelemetry-sdk/ opentelemetry-auto-instrumentation/ ext/*/ ; do
2020
(
2121
echo "building $d"
2222
cd "$d"

0 commit comments

Comments
 (0)