mirror of
				https://github.com/Mibew/simple-icons.git
				synced 2025-10-31 10:31:06 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			108 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			108 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| . "$(dirname $0)/_/husky.sh"
 | |
| 
 | |
| git stash -q --keep-index
 | |
| npm run format
 | |
| git add .
 | |
| git stash pop -q
 |