Add more output

This commit is contained in:
David Boreham 2023-01-03 21:16:20 -07:00
parent b10b6c19f9
commit 1b4b47e9a4

View File

@ -23,6 +23,7 @@ mapfile -t dependencies_from_scope < <(cat package.json | jq -r '.dependencies |
echo "Fixing up dependencies"
for package in "${dependencies_from_scope[@]}"
do
echo "Fixing up package ${package}"
yarn-local-registry-fixup.sh $package
done
echo "Running build"