diff options
-rwxr-xr-x | local.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |