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