Skip to content

Commit 6b01c84

Browse files
Run npm publish (#11640)
Co-authored-by: Ryan Hamley <[email protected]>
1 parent b6f9aff commit 6b01c84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/publish.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ git tag --points-at HEAD | while read tag; do
1414

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

2627
if [[ -z $(npm view .@$version) ]]; then
2728
echo "npm publish --tag $disttag"
29+
npm publish --tag $disttag
2830
else
2931
echo "Already published."
3032
fi

0 commit comments

Comments
 (0)