Skip to content

Commit 9af7951

Browse files
authored
rm -f dist dir on build (#462)
1 parent 1f1e699 commit 9af7951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ DISTDIR=dist
1414
(
1515
cd $BASEDIR
1616
mkdir -p $DISTDIR
17-
rm -r $DISTDIR/*
17+
rm -rf $DISTDIR/*
1818

1919
for d in opentelemetry-api/ opentelemetry-sdk/ ext/*/ ; do
2020
(

0 commit comments

Comments
 (0)