We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f9aff commit 6b01c84Copy full SHA for 6b01c84
build/publish.sh
@@ -14,6 +14,7 @@ git tag --points-at HEAD | while read tag; do
14
15
if [[ -z $(npm view .@$spec_version) ]]; then
16
echo "npm publish --tag $disttag"
17
+ npm publish --tag $disttag
18
else
19
echo "Already published."
20
fi
@@ -25,6 +26,7 @@ git tag --points-at HEAD | while read tag; do
25
26
27
if [[ -z $(npm view .@$version) ]]; then
28
29
30
31
32
0 commit comments