From 62bb3a8c99df21338c144bf078749390cd485a9c Mon Sep 17 00:00:00 2001 From: chen524 Date: Thu, 28 Aug 2025 09:56:45 +0000 Subject: [PATCH] update scripts/build.sh. Signed-off-by: chen524 --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 98c4e9b5..39932425 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -43,7 +43,7 @@ function check_golang(){ function build_frontend() { pushd frontend - echo "dowoloading frontend libraries, please wait..." + echo "downloading frontend libraries, please wait..." yarn install echo "compiling frontend, please wait..." yarn run build -- Gitee