diff options
author | ikoamu <ikoamu@gmail.com> | 2024-06-18 22:19:30 +0900 |
---|---|---|
committer | ikoamu <ikoamu@gmail.com> | 2024-06-18 22:19:30 +0900 |
commit | ea2c790c8ca1d416ef2744e9e13b3ff651c68e84 (patch) | |
tree | 51a6c2a32fa47c2db55e20090de7e4f698961258 /local.sh | |
parent | 716927681898fa154487ffe962f629d7f9483e1b (diff) |
chore: Remove unnecessary directory before moving output
Diffstat (limited to 'local.sh')
-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 |