mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-03 23:59:49 +00:00 
			
		
		
		
	Added "yarn ship" command
no issue - @TODO: add the ability to draft a release when running `yarn ship`
This commit is contained in:
		@@ -15,7 +15,9 @@
 | 
			
		||||
    "scripts": {
 | 
			
		||||
        "dev": "gulp",
 | 
			
		||||
        "zip": "gulp zip",
 | 
			
		||||
        "test": "gscan ."
 | 
			
		||||
        "test": "gscan .",
 | 
			
		||||
        "preship": "yarn test",
 | 
			
		||||
        "ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version && git push --follow-tags; fi"
 | 
			
		||||
    },
 | 
			
		||||
    "author": {
 | 
			
		||||
        "name": "Ghost Foundation",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user