Skip to content

Commit 33eb594

Browse files
committed
Build - clean BEAM distribution too
1 parent 84a97d5 commit 33eb594

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

app/linux-clean.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
2-
set -e # Quit script on error
32

43
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
54
cd ${SCRIPT_DIR}
@@ -10,4 +9,7 @@ rm -rf build
109
echo "Cleaning out external/build dir...."
1110
rm -rf external/build
1211

12+
echo "Cleaning out BEAM distribution..."
13+
rm -rf server/beam/tau/_build
14+
1315
echo "Cleaning completed"

app/win-clean.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ rmdir build /s /q
66
@echo Cleaning out external\build dir....
77
rmdir external\build /s /q
88

9+
@echo Cleaning out BEAM distribution....
10+
rmdir server\beam\tau\_build /s /q
11+
912
@echo Cleaning completed

0 commit comments

Comments
 (0)