Fix: only install production dependencies

This commit is contained in:
till 2015-10-23 02:06:00 +02:00
Родитель 7dd2d5e663
Коммит ef92150159
1 изменённых файлов: 1 добавлений и 1 удалений

2
debian/postinst поставляемый
Просмотреть файл

@ -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 \