remove npm install because it takes 100+ seconds

This commit is contained in:
mmcwilliams 2018-02-12 15:18:45 -05:00
parent 10e7b13707
commit e200b6bf0c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
sudo -u pi -i<< EOF
cd /home/pi/intval3 && git pull && npm install
cd /home/pi/intval3 && git pull
EOF