mirror of
				https://github.com/Mastermindzh/react-starter-kit.git
				synced 2025-11-04 10:48:54 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			117 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			117 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/env sh
 | 
						|
. "$(dirname -- "$0")/_/husky.sh"
 | 
						|
 | 
						|
npm run lint-staged
 | 
						|
npm run lint
 | 
						|
npm run test-ci
 | 
						|
npm run e2e-ci
 |