Skip to content

Commit

Permalink
Update build.sh (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen committed Feb 17, 2021
1 parent 13e72b1 commit abb12e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DISTDIR=dist
mkdir -p $DISTDIR
rm -rf $DISTDIR/*

for d in exporter/*/ instrumentation/*/ sdk-extension/*/ ; do
for d in exporter/*/ instrumentation/*/ sdk-extension/*/ util/*/ ; do
(
echo "building $d"
cd "$d"
Expand Down

0 comments on commit abb12e4

Please sign in to comment.