Merge pull request #2091 from dpalou/MOBILE-3137

MOBILE-3137 scripts: List npm packages before compiling
main
Juan Leyva 2019-08-30 10:59:55 +01:00 committed by GitHub
commit 909407df26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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