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

@@ -398,6 +398,7 @@ RUN set -x \
&& phpcbf --version | grep -E 'version [.0-9]+' \
&& phpunit --version | grep -iE '^PHPUnit\s[.0-9]+' \
&& photon --version | grep -E 'Installer [.0-9]+' \
&& pm2 --version | grep -E '[.0-9]+' \
&& sass --version | grep -E '[.0-9]+' \
&& symfony --version | grep -E 'version\s*[.0-9]+' \
&& webpack --version | grep -E '[.0-9]+' \