This commit is contained in:
bipproduction
2025-11-17 14:12:47 +08:00
parent 9670a3b55e
commit e46d122ca0
2 changed files with 1 additions and 10 deletions

View File

@@ -1,3 +1,3 @@
import { execSync } from "child_process";
execSync("cd dist && npm publish", { stdio: 'inherit' })
execSync("cd dist && bun publish", { stdio: 'inherit' })

View File

@@ -24,14 +24,5 @@
},
"peerDependencies": {
"typescript": "^5"
},
"n8n": {
"nodes": [
"dist/nodes/OpenapiMcpServer.js"
],
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/OpenapiMcpServerCredentials.credentials.js"
]
}
}