Use npm instead of yarn
This commit is contained in:
		
							
								
								
									
										3
									
								
								.prettierrc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								.prettierrc
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,3 @@
 | 
			
		||||
{
 | 
			
		||||
  "singleQuote": false
 | 
			
		||||
}
 | 
			
		||||
@ -1,10 +1,10 @@
 | 
			
		||||
language: node_js
 | 
			
		||||
cache: yarn
 | 
			
		||||
cache: npm
 | 
			
		||||
services:
 | 
			
		||||
  - redis-server
 | 
			
		||||
script:
 | 
			
		||||
  - yarn test --silent
 | 
			
		||||
  - yarn build
 | 
			
		||||
  - npm test
 | 
			
		||||
  - npm run build
 | 
			
		||||
deploy:
 | 
			
		||||
  provider: heroku
 | 
			
		||||
  skip_cleanup: true
 | 
			
		||||
 | 
			
		||||
@ -4,5 +4,6 @@ module.exports = {
 | 
			
		||||
  },
 | 
			
		||||
  setupTestFrameworkScriptFile:
 | 
			
		||||
    "<rootDir>/modules/__tests__/setupTestFramework.js",
 | 
			
		||||
  testMatch: ["**/__tests__/*-test.js"]
 | 
			
		||||
  testMatch: ["**/__tests__/*-test.js"],
 | 
			
		||||
  testURL: "http://localhost/"
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										13182
									
								
								package-lock.json
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										13182
									
								
								package-lock.json
									
									
									
										generated
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Reference in New Issue
	
	Block a user