Allow building of npm packages using locally published dependencies #86

Merged
telackey merged 13 commits from dboreham/build-laconic-cli into main 2023-01-04 05:40:27 +00:00
Showing only changes of commit 1b4b47e9a4 - Show all commits

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"