Skip to content

Commit 909407d

Browse files
authored
Merge pull request #2091 from dpalou/MOBILE-3137
MOBILE-3137 scripts: List npm packages before compiling
2 parents 2a04c5a + 34f7d03 commit 909407d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/aot.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22

3+
# List the installed libraries so we can check everything is fine.
4+
npm list
5+
36
# Compile AOT.
47
if [ $TRAVIS_BRANCH == 'integration' ] || [ $TRAVIS_BRANCH == 'master' ] || [ $TRAVIS_BRANCH == 'desktop' ] || [ -z $TRAVIS_BRANCH ] ; then
58
cd scripts

0 commit comments

Comments
 (0)