Skip to content

Commit

Permalink
build: remove .build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Jan 9, 2025
1 parent b58fdbd commit 12d9277
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 @@ -63,8 +63,8 @@ done
if [ "${1-}" != "--no-pack" ]; then
# Prep tarball dir
BUILD_DIR="$ROOT/.build"
rm -rf "$BUILD_DIR"
mkdir -p "$BUILD_DIR"
rm -rf "$BUILD_DIR/uuid-*.tgz"

# Create tarball for local installation (in tests and examples)
echo "Packing tarball"
Expand Down

0 comments on commit 12d9277

Please sign in to comment.