📦 ci: Refactor workflow to combine build and publish steps with version check for @librechat/data-schemas

This commit is contained in:
Danny Avila 2025-03-07 12:18:03 -05:00
parent a2b7812033
commit 932474c44e
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
2 changed files with 40 additions and 21 deletions

View file

@ -56,7 +56,8 @@
"typescript": "^5.0.4"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"dependencies": {
"mongoose": "^8.9.5"