forked from CIT/Vmeda.Online
		
	Merge pull request #2091 from dpalou/MOBILE-3137
MOBILE-3137 scripts: List npm packages before compiling
This commit is contained in:
		
						commit
						909407df26
					
				| @ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user