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 2a04c5a + 34f7d03 commit 909407dCopy full SHA for 909407d
scripts/aot.sh
@@ -1,5 +1,8 @@
1
#!/bin/bash
2
3
+# List the installed libraries so we can check everything is fine.
4
+npm list
5
+
6
# Compile AOT.
7
if [ $TRAVIS_BRANCH == 'integration' ] || [ $TRAVIS_BRANCH == 'master' ] || [ $TRAVIS_BRANCH == 'desktop' ] || [ -z $TRAVIS_BRANCH ] ; then
8
cd scripts
0 commit comments