We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 909407d + 9139d1a commit eda7141Copy full SHA for eda7141
scripts/aot.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
-# List the installed libraries so we can check everything is fine.
4
-npm list
+# List first level of installed libraries so we can check the installed versions.
+npm list --depth=0
5
6
# Compile AOT.
7
if [ $TRAVIS_BRANCH == 'integration' ] || [ $TRAVIS_BRANCH == 'master' ] || [ $TRAVIS_BRANCH == 'desktop' ] || [ -z $TRAVIS_BRANCH ] ; then
0 commit comments