Skip to content

Commit 12d9277

Browse files
committed
build: remove .build dir
1 parent b58fdbd commit 12d9277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ done
6363
if [ "${1-}" != "--no-pack" ]; then
6464
# Prep tarball dir
6565
BUILD_DIR="$ROOT/.build"
66+
rm -rf "$BUILD_DIR"
6667
mkdir -p "$BUILD_DIR"
67-
rm -rf "$BUILD_DIR/uuid-*.tgz"
6868

6969
# Create tarball for local installation (in tests and examples)
7070
echo "Packing tarball"

0 commit comments

Comments
 (0)