Skip to content

Commit 028d288

Browse files
committed
feat: add sign to pre-push
1 parent 7dc0039 commit 028d288

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ dev:
22
sh scripts/package/dev.sh
33
sh scripts/package/tail.sh
44

5-
tail:
6-
sh scripts/package/tail.sh
5+
test:
6+
sh scripts/package/test.sh
77

88
sign:
99
sh scripts/git/sign.sh
@@ -41,6 +41,3 @@ env-encrypt:
4141
env-validate:
4242
sh scripts/env/validate.sh "$(ENV)"
4343

44-
test:
45-
sh scripts/package/test.sh
46-

scripts/git/push.sh

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

9+
make sign
910
sh scripts/package/bump.sh "$(PROJECT)" && git push

0 commit comments

Comments
 (0)