Skip to content

Commit ba7a279

Browse files
committed
Remove build directory in build-dist.sh
1 parent 066cd34 commit ba7a279

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-dist.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
rm -rf ./build
4+
35
packages=("iris" "intersystems_iris" "irisnative")
46
for package in ${packages[@]};
57
do

0 commit comments

Comments
 (0)