fix: Update release script to include npm publish for proper deployment

This commit is contained in:
Nicolai Ort 2025-05-01 16:06:58 +02:00
parent 4fa6e8a1db
commit 00ce1c6b3a
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -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
}
}
}