MOBILE-3137 scripts: List npm packages before compiling
parent
2a04c5a0a9
commit
34f7d03334
|
@ -1,5 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# List the installed libraries so we can check everything is fine.
|
||||||
|
npm list
|
||||||
|
|
||||||
# Compile AOT.
|
# Compile AOT.
|
||||||
if [ $TRAVIS_BRANCH == 'integration' ] || [ $TRAVIS_BRANCH == 'master' ] || [ $TRAVIS_BRANCH == 'desktop' ] || [ -z $TRAVIS_BRANCH ] ; then
|
if [ $TRAVIS_BRANCH == 'integration' ] || [ $TRAVIS_BRANCH == 'master' ] || [ $TRAVIS_BRANCH == 'desktop' ] || [ -z $TRAVIS_BRANCH ] ; then
|
||||||
cd scripts
|
cd scripts
|
||||||
|
|
Loading…
Reference in New Issue