Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 71083a4

Browse files
chore(bower): use npm tool to publish
1 parent 700aafe commit 71083a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bower/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function publish {
9999
# don't publish every build to the npm repository
100100
if [ "${NEW_VERSION/+sha}" = "$NEW_VERSION" ] ; then
101101
echo "-- Publishing to the npm repository as $DIST_TAG"
102-
yarn publish --tag=$DIST_TAG
102+
npm publish --tag=$DIST_TAG
103103
fi
104104

105105
cd $SCRIPT_DIR

0 commit comments

Comments
 (0)