Skip to content

Commit

Permalink
Run npm publish (#11640)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Hamley <rshamley@gmail.com>
  • Loading branch information
SnailBones and ryanhamley authored Mar 25, 2022
1 parent b6f9aff commit 6b01c84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ git tag --points-at HEAD | while read tag; do

if [[ -z $(npm view .@$spec_version) ]]; then
echo "npm publish --tag $disttag"
npm publish --tag $disttag
else
echo "Already published."
fi
Expand All @@ -25,6 +26,7 @@ git tag --points-at HEAD | while read tag; do

if [[ -z $(npm view .@$version) ]]; then
echo "npm publish --tag $disttag"
npm publish --tag $disttag
else
echo "Already published."
fi
Expand Down

0 comments on commit 6b01c84

Please sign in to comment.