From ea2c790c8ca1d416ef2744e9e13b3ff651c68e84 Mon Sep 17 00:00:00 2001 From: ikoamu Date: Tue, 18 Jun 2024 22:19:30 +0900 Subject: chore: Remove unnecessary directory before moving output --- local.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'local.sh') 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 -- cgit