remove npm install because it takes 100+ seconds
This commit is contained in:
parent
10e7b13707
commit
e200b6bf0c
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
sudo -u pi -i<< EOF
|
sudo -u pi -i<< EOF
|
||||||
cd /home/pi/intval3 && git pull && npm install
|
cd /home/pi/intval3 && git pull
|
||||||
EOF
|
EOF
|
Loading…
Reference in New Issue