chore(dist-tags): use alpha dist tags for 5.x.y-alpha.* releases (#8526)
Refs #8518
This commit is contained in:
@@ -32,7 +32,7 @@ cp ../../../NOTICE ../dist
|
|||||||
cd ../dist
|
cd ../dist
|
||||||
|
|
||||||
if [ "$PUBLISH_FLAVOR_REACT" = "true" ] ; then
|
if [ "$PUBLISH_FLAVOR_REACT" = "true" ] ; then
|
||||||
npm publish .
|
npm publish . --tag alpha
|
||||||
else
|
else
|
||||||
npm pack .
|
npm pack .
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ cp ../LICENSE .
|
|||||||
cp ../NOTICE .
|
cp ../NOTICE .
|
||||||
|
|
||||||
if [ "$PUBLISH_DIST" = "true" ] || [ "$TRAVIS" = "true" ] ; then
|
if [ "$PUBLISH_DIST" = "true" ] || [ "$TRAVIS" = "true" ] ; then
|
||||||
npm publish .
|
npm publish . --tag alpha
|
||||||
else
|
else
|
||||||
npm pack .
|
npm pack .
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user