From 05f7de2cccada7370700a9187de52e3198643bfa Mon Sep 17 00:00:00 2001 From: waiting <1661926154@qq.com> Date: Sat, 7 Dec 2024 22:31:04 +0800 Subject: [PATCH] ci: update script --- .githooks/init-repo.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.githooks/init-repo.sh b/.githooks/init-repo.sh index be98f4f6..b410a831 100755 --- a/.githooks/init-repo.sh +++ b/.githooks/init-repo.sh @@ -25,9 +25,10 @@ if [ -z "$CI" ]; then git config --local remote.origin.prune true git config --local remote.origin.tagopt --tags git config --local remote.pushdefault origin + git config --local rerere.enabled true fi; -echo It may going for a long time. Plese wait... +echo It may going for a long time. Please wait... .githooks/gen-file-from-example.mts lerna list