Skip to content

Commit

Permalink
Remove redundant redundancy.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfuzz committed Sep 28, 2023
1 parent 188f425 commit 452def7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/lib/lactoserv/build-js-project
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,6 @@ function npm-install {

(
cd "${dir}"
# `--ignore-scripts` is a tactic to avoid developer-targeted malware.
# As of this writing, none of the dependencies need to run scripts, so
# there's nothing additional to do in order to cope with the flag (e.g.,
# no need to run scripts in an "offline chroot" or somesuch).
npm install --no-fund --omit=dev "${extraOpts[@]}"
) \
|| return "$?"
Expand Down

0 comments on commit 452def7

Please sign in to comment.