We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b58fdbd commit 12d9277Copy full SHA for 12d9277
scripts/build.sh
@@ -63,8 +63,8 @@ done
63
if [ "${1-}" != "--no-pack" ]; then
64
# Prep tarball dir
65
BUILD_DIR="$ROOT/.build"
66
+ rm -rf "$BUILD_DIR"
67
mkdir -p "$BUILD_DIR"
- rm -rf "$BUILD_DIR/uuid-*.tgz"
68
69
# Create tarball for local installation (in tests and examples)
70
echo "Packing tarball"
0 commit comments