aboutsummaryrefslogtreecommitdiff
path: root/local.sh
diff options
context:
space:
mode:
authorikoamu <ikoamu@gmail.com>2024-06-18 22:19:30 +0900
committerikoamu <ikoamu@gmail.com>2024-06-18 22:19:30 +0900
commitea2c790c8ca1d416ef2744e9e13b3ff651c68e84 (patch)
tree51a6c2a32fa47c2db55e20090de7e4f698961258 /local.sh
parent716927681898fa154487ffe962f629d7f9483e1b (diff)
chore: Remove unnecessary directory before moving output
Diffstat (limited to 'local.sh')
-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