From 24ad532a1e6c9d079a3e0ab3d04f025156e4c727 Mon Sep 17 00:00:00 2001 From: b1ek Date: Sat, 11 Mar 2023 11:43:05 +1000 Subject: [PATCH] replace static/dist instead of moving --- react/resume/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/react/resume/build.sh b/react/resume/build.sh index 63f7e69..84e4729 100755 --- a/react/resume/build.sh +++ b/react/resume/build.sh @@ -3,4 +3,5 @@ rm -rf dist/* yarn run build +rm -rf ../../public/static/dist mv dist ../../public/static \ No newline at end of file