mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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
|
set -e
|
||||||
|
|
||||||
for dir in packages/* distributions/* ; do
|
for dir in packages/* distributions/* ; do
|
||||||
echo "$dir"
|
# echo "$dir"
|
||||||
pushd $dir
|
pushd $dir > /dev/null
|
||||||
$@
|
$@
|
||||||
popd
|
popd > /dev/null
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user