aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlocal.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/local.sh b/local.sh
index c27632b..0d1cda4 100755
--- a/local.sh
+++ b/local.sh
@@ -26,6 +26,9 @@ pushd org-roam-ui
yarn install
pushd standalone
./build-standalone-server.sh ../..
+if [ -d "../../out" ]; then
+ rm -rf ../../out
+fi
mv out ../../
popd
popd \ No newline at end of file