Skip to content

Commit 9139d1a

Browse files
committed
MOBILE-3137 scripts: Only list first level of libraries
1 parent 909407d commit 9139d1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/aot.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
# List the installed libraries so we can check everything is fine.
4-
npm list
3+
# List first level of installed libraries so we can check the installed versions.
4+
npm list --depth=0
55

66
# Compile AOT.
77
if [ $TRAVIS_BRANCH == 'integration' ] || [ $TRAVIS_BRANCH == 'master' ] || [ $TRAVIS_BRANCH == 'desktop' ] || [ -z $TRAVIS_BRANCH ] ; then

0 commit comments

Comments
 (0)