mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 23:52:06 +00:00
refactor(ci): remove redundant log in edge publish
This commit is contained in:
parent
4240aac9d0
commit
35d08c32c1
@ -2,9 +2,9 @@
|
||||
set -e
|
||||
|
||||
for dir in packages/* distributions/* ; do
|
||||
echo "$dir"
|
||||
pushd $dir
|
||||
# echo "$dir"
|
||||
pushd $dir > /dev/null
|
||||
$@
|
||||
popd
|
||||
popd > /dev/null
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user