mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-21 07:59:33 +00:00
chore: skip publishing node_modules folder
This commit is contained in:
parent
7fab952528
commit
8799cfacc9
@ -3,6 +3,9 @@ set -e
|
|||||||
|
|
||||||
for dir in packages/* distributions/* ; do
|
for dir in packages/* distributions/* ; do
|
||||||
# echo "$dir"
|
# echo "$dir"
|
||||||
|
if [[ $dir == *"node_modules"* ]]; then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
pushd $dir > /dev/null
|
pushd $dir > /dev/null
|
||||||
$@
|
$@
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user