Skip to content

Commit

Permalink
fix: tryfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganitzsh committed Nov 15, 2023
1 parent b94c2e4 commit adaa7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/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" --omit=dev --no-audit --no-progress --prefer-offline

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

0 comments on commit adaa7cd

Please sign in to comment.