We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab3ac9 commit 7934eabCopy full SHA for 7934eab
please
@@ -20,7 +20,7 @@ error() { line "$1" 31 0 $2; }
20
ok() { line "${1:- Done}" 32 0 $2; }
21
info() { line "$1" 33 0 $2; }
22
comment() { line "$1" 30 1 $2; }
23
-# info 1
+
24
qgit() { git "$@" &>> $TMP_LOG; }
25
26
# github api
@@ -181,6 +181,7 @@ publish-npm()
181
echo $PKG | jq ".version = \"$NEXT_VERSION\"" > ./package.json
182
qgit add ./package.json && GPUSH=1
183
184
+ info "Publishing npm ..."
185
if [ "true" == "$PVT" ]; then
186
info " package marked private"
187
return 0
@@ -191,7 +192,6 @@ publish-npm()
191
192
fi
193
194
trigger before-npm
- info "Publishing npm ..."
195
npm publish $PUBLIC &>> $TMP_LOG
196
ok
197
}
0 commit comments