mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-19 15:10:58 +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
|
||||
# echo "$dir"
|
||||
if [[ $dir == *"node_modules"* ]]; then
|
||||
continue
|
||||
fi
|
||||
pushd $dir > /dev/null
|
||||
$@
|
||||
popd > /dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user