Skip to content

Commit

Permalink
fix: npm exec (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Apr 8, 2024
1 parent 26f8bb8 commit 8a99b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ for recipe in "${recipes_to_build[@]}"; do
(cd "$distoutdir" && shasum -a256 $(ls node* 2> /dev/null) > SHASUMS256.txt) || exit 1
echo "Generating indexes (this may error if there is no upstream tag for this build)"
# index.json and index.tab
npm --exec -y nodejs-dist-indexer@${dist_indexer_version} -- --dist "$distdir_promote" --indexjson "${distdir_promote}/index.json" --indextab "${distdir_promote}/index.tab" || true
npm exec nodejs-dist-indexer@${dist_indexer_version} --yes -- --dist "$distdir_promote" --indexjson "${distdir_promote}/index.json" --indextab "${distdir_promote}/index.tab" || true
done

echo "Finished build @ $(date)"
Expand Down

0 comments on commit 8a99b19

Please sign in to comment.