mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 15:42:26 -05:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
	
		
			180 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
	
		
			180 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
|  | #!/bin/sh
 | ||
|  | 
 | ||
|  | # this script is really just here because GoReleaser doesn't let | ||
|  | # you set env vars in your 'before' commands in the free version | ||
|  | 
 | ||
|  | set -eu | ||
|  | 
 | ||
|  | BUDO_BUILD=1 node web/source |