Check for pm2 installation

This commit is contained in:
cytopia
2018-12-28 18:42:35 +01:00
parent f376fd6766
commit 3926ee7c7d
11 changed files with 11 additions and 0 deletions

View File

@@ -598,6 +598,7 @@ software_available:
&& ln -s {{ compose_home }}/vendor/photoncms/installer/photon /usr/local/bin/photon \
# https://github.com/Unitech/pm2
pm2:
check: pm2 --version | grep -E '[.0-9]+'
all:
command: until npm install pm2 -g; do sleep 1; done
sass: