Skip to content

Commit 4ce8b11

Browse files
committed
chore: reenable publishing 🙈
1 parent 6ca842e commit 4ce8b11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎scripts/release-publish

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ for dir in packages/* distributions/* ; do
1313
pushd $dir > /dev/null
1414
# if package is nuxt then publish with tag 2x
1515
if [ "$dir" = "distributions/nuxt" ]; then
16-
echo npm publish --tag 2x -q
16+
npm publish --tag 2x -q
1717
else
18-
echo npm publish -q
18+
npm publish -q
1919
fi
2020
popd > /dev/null
2121
done

0 commit comments

Comments
 (0)