mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-21 21:25:11 +00:00
fix release script
This commit is contained in:
parent
69104b22b6
commit
709c7b1912
@ -21,7 +21,7 @@ if [[ ! -z ${NODE_AUTH_TOKEN} ]] ; then
|
||||
fi
|
||||
|
||||
# Release packages
|
||||
for p in {packages}/* ; do
|
||||
for p in packages/* ; do
|
||||
pushd $p
|
||||
echo "Publishing $p"
|
||||
yarn npm publish --access public --tolerate-republish
|
||||
|
Loading…
Reference in New Issue
Block a user