From c7339bde1bc1144b6a0b5eb0da699b8107d6be2e Mon Sep 17 00:00:00 2001 From: Qing Date: Tue, 27 Feb 2024 20:19:35 +0800 Subject: [PATCH] update publish.sh --- publish.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index b4c2e29..8ced144 100644 --- a/publish.sh +++ b/publish.sh @@ -2,9 +2,10 @@ set -e pushd ./web_app +rm -r -f dist npm run build popd -rm -r ./iopaint/web_app +rm -r -f ./iopaint/web_app cp -r web_app/dist ./iopaint/web_app rm -r -f dist