Skip to content

Commit 071cec0

Browse files
committed
chore: adjust scripts
1 parent 7e4d104 commit 071cec0

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

scripts/git/push.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ C_SEAGREEN2="\033[38;5;83m"
66
C_GREY46="\033[38;5;243m"
77
C_GREY62="\033[38;5;247m"
88

9+
clear
910

1011
echo "\n${F_BOLD}${C_INDIANRED1}--- Hit ENTER to confirm COMMIT and PUSH task ---${NO_FORMAT}"
1112

scripts/git/sign.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ C_SEAGREEN2="\033[38;5;83m"
66
C_GREY46="\033[38;5;243m"
77
C_GREY62="\033[38;5;247m"
88

9+
clear
10+
911
echo "\n${F_BOLD}Sign Git Working Tree${NO_FORMAT}\n"
1012

1113
make test

scripts/package/build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ C_SEAGREEN2="\033[38;5;83m"
66
C_GREY46="\033[38;5;243m"
77
C_GREY62="\033[38;5;247m"
88

9-
clear
10-
119
echo "\n${F_BOLD}Build Packages${NO_FORMAT}"
1210

1311
cd frontend

scripts/package/bump.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ C_SEAGREEN2="\033[38;5;83m"
66
C_GREY46="\033[38;5;243m"
77
C_GREY62="\033[38;5;247m"
88

9-
clear
10-
119
echo "\n${F_BOLD}Update Package Version${NO_FORMAT}\n"
1210

1311
PROJECT=""

0 commit comments

Comments
 (0)