mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	chore: Use yarn for scripts
This commit is contained in:
		
							parent
							
								
									da049865ee
								
							
						
					
					
						commit
						73f54e8288
					
				@ -37,11 +37,11 @@
 | 
			
		||||
    "start:dev": "NODE_ENV=development supervisor --ignore ./node_modules/,website server-dev.js",
 | 
			
		||||
    "db-migrate": "db-migrate",
 | 
			
		||||
    "lint": "eslint .",
 | 
			
		||||
    "pretest": "npm run lint",
 | 
			
		||||
    "pretest": "yarn run lint",
 | 
			
		||||
    "test": "NODE_ENV=test PORT=4243 ava",
 | 
			
		||||
    "test:docker": "./scripts/docker-postgres.sh",
 | 
			
		||||
    "test:watch": "npm run test -- --watch",
 | 
			
		||||
    "test:coverage": "nyc --reporter=lcov npm run test",
 | 
			
		||||
    "test:watch": "yarn test --watch",
 | 
			
		||||
    "test:coverage": "nyc --reporter=lcov yarn test",
 | 
			
		||||
    "test:coverage-report": "nyc report --reporter=text-lcov | coveralls"
 | 
			
		||||
  },
 | 
			
		||||
  "nyc": {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user