Skip to content

Commit 7934eab

Browse files
committed
chore: minor cleanup, organize
1 parent 3ab3ac9 commit 7934eab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

please

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ error() { line "$1" 31 0 $2; }
2020
ok() { line "${1:- Done}" 32 0 $2; }
2121
info() { line "$1" 33 0 $2; }
2222
comment() { line "$1" 30 1 $2; }
23-
# info 1
23+
2424
qgit() { git "$@" &>> $TMP_LOG; }
2525

2626
# github api
@@ -181,6 +181,7 @@ publish-npm()
181181
echo $PKG | jq ".version = \"$NEXT_VERSION\"" > ./package.json
182182
qgit add ./package.json && GPUSH=1
183183
184+
info "Publishing npm ..."
184185
if [ "true" == "$PVT" ]; then
185186
info " package marked private"
186187
return 0
@@ -191,7 +192,6 @@ publish-npm()
191192
fi
192193
193194
trigger before-npm
194-
info "Publishing npm ..."
195195
npm publish $PUBLIC &>> $TMP_LOG
196196
ok
197197
}

0 commit comments

Comments
 (0)