From da3b62683735631fe60a0e4a6975d258654c6398 Mon Sep 17 00:00:00 2001 From: zhangsz Date: Fri, 10 Jan 2025 14:54:39 +0800 Subject: [PATCH] fix: build dist checkout /src/typings temp file --- bin/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/build.sh b/bin/build.sh index 1cbf453..9e2560c 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -56,13 +56,13 @@ build-jar(){ build-dist(){ cd ${FERootDir} - git checkout src/typings/components.d.ts + git checkout src/typings/ git pull pnpm i pnpm build cd ${FEUserRootDir} - git checkout src/typings/components.d.ts + git checkout src/typings/ git pull if ! pnpm list terser --depth 0 &> /dev/null; then pnpm add terser --save-dev