Skip to content

Commit

Permalink
chore: reenable publishing πŸ™ˆ
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 17, 2023
1 parent 6ca842e commit 4ce8b11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release-publish
Expand Up @@ -13,9 +13,9 @@ for dir in packages/* distributions/* ; do
pushd $dir > /dev/null
# if package is nuxt then publish with tag 2x
if [ "$dir" = "distributions/nuxt" ]; then
echo npm publish --tag 2x -q
npm publish --tag 2x -q
else
echo npm publish -q
npm publish -q
fi
popd > /dev/null
done
Expand Down

0 comments on commit 4ce8b11

Please sign in to comment.