Skip to content

Commit

Permalink
ci: fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenRamadan committed Oct 27, 2023
1 parent 7b7105e commit e7b1e6a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

set -ex

npm --prefix "$1" ci "$1" --no-audit --no-progress --prefer-offline

if [ "$#" -gt 1 ]; then
# Install additional packages.
npm --prefix "$1" install "$1" "${@:2}" --no-audit --no-progress --prefer-offline
Expand Down

0 comments on commit e7b1e6a

Please sign in to comment.