mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	🛠 Always build before test, test before ship
- Make sure we update our build files before running tests - This also ensures they get updated before shipping
This commit is contained in:
		
				
					committed by
					
						
						Hannah Wolfe
					
				
			
			
				
	
			
			
			
						parent
						
							371ad586d3
						
					
				
				
					commit
					018423738e
				
			@@ -16,6 +16,7 @@
 | 
			
		||||
        "dev": "gulp",
 | 
			
		||||
        "zip": "gulp zip",
 | 
			
		||||
        "test": "gscan .",
 | 
			
		||||
        "pretest": "gulp build",
 | 
			
		||||
        "preship": "yarn test",
 | 
			
		||||
        "ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version && git push --follow-tags; fi"
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user