fix: Update release script to include npm publish for proper deployment
This commit is contained in:
		@@ -28,7 +28,7 @@
 | 
			
		||||
		"build:cleanup": "rimraf ./lib",
 | 
			
		||||
		"update:openapi": "rimraf ./openapi.json && node ./scripts/getliveopenapi.js",
 | 
			
		||||
		"update:auto": "npm run update:openapi && npm run build && npm run release",
 | 
			
		||||
		"release": "release-it --only-version"
 | 
			
		||||
		"release": "release-it --only-version && npm publish"
 | 
			
		||||
	},
 | 
			
		||||
	"bugs": {
 | 
			
		||||
		"url": "https://git.odit.services/lfk/lfk-client-js/issues"
 | 
			
		||||
@@ -51,7 +51,7 @@
 | 
			
		||||
			"tagAnnotation": "${version}"
 | 
			
		||||
		},
 | 
			
		||||
		"npm": {
 | 
			
		||||
			"publish": true
 | 
			
		||||
			"publish": false
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user