Skip to content

Commit

Permalink
Fix: only install production dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Oct 23, 2015
1 parent 7dd2d5e commit ef92150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

if [ "$1" = configure ]; then
# Automatically added by dh_installinit
(cd /usr/share/statsd && /usr/bin/npm install)
(cd /usr/share/statsd && /usr/bin/npm install --production)

if ! getent passwd _statsd > /dev/null; then
adduser --system --quiet --home /nonexistent --no-create-home \
Expand Down

0 comments on commit ef92150

Please sign in to comment.