Skip to content

Commit

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

set -ex

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

if [ "$#" -gt 1 ]; then
# Install additional packages.
Expand Down

0 comments on commit 7b7105e

Please sign in to comment.