Skip to content

Commit 05f7de2

Browse files
committed
ci: update script
1 parent 4a34447 commit 05f7de2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.githooks/init-repo.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ if [ -z "$CI" ]; then
2525
git config --local remote.origin.prune true
2626
git config --local remote.origin.tagopt --tags
2727
git config --local remote.pushdefault origin
28+
git config --local rerere.enabled true
2829
fi;
2930

30-
echo It may going for a long time. Plese wait...
31+
echo It may going for a long time. Please wait...
3132
.githooks/gen-file-from-example.mts
3233

3334
lerna list

0 commit comments

Comments
 (0)