This commit is contained in:
parent
11e544d189
commit
59397eb79f
6 changed files with 276 additions and 222 deletions
|
@ -23,11 +23,11 @@ echo
|
|||
echo "Generating gemset.nix using built source derivation..."
|
||||
rm -f gemset.nix
|
||||
bundix --quiet --lockfile $srcdir/Gemfile.lock --gemfile $srcdir/Gemfile
|
||||
echo "" >> gemset.nix
|
||||
|
||||
echo
|
||||
echo "Generating missing yarn hashes file..."
|
||||
yarn-berry-fetcher missing-hashes $srcdir/yarn.lock 2>/dev/null > ./missing-hashes.json
|
||||
rm -f missing-hashes.json
|
||||
yarn-berry-fetcher missing-hashes $srcdir/yarn.lock 2>/dev/null > missing-hashes.json
|
||||
|
||||
echo
|
||||
echo "Prefetching yarn deps..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue