MOBILE-3137 scripts: List npm packages before compiling

main
Dani Palou 2019-08-30 11:46:58 +02:00
parent 2a04c5a0a9
commit 34f7d03334
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
#!/bin/bash
# List the installed libraries so we can check everything is fine.
npm list
# Compile AOT.
if [ $TRAVIS_BRANCH == 'integration' ] || [ $TRAVIS_BRANCH == 'master' ] || [ $TRAVIS_BRANCH == 'desktop' ] || [ -z $TRAVIS_BRANCH ] ; then
cd scripts